Click or drag to resize
OrgUnitSelectorGetOrgUnitCollection Method

[This is preliminary documentation and is subject to change.]

Get an OrgUnitCollection based on OrgUnitSelection value

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public OrgUnitCollection GetOrgUnitCollection(
	FormContext formContext,
	OrgUnit dataOwner
)

Parameters

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext
form context of call
dataOwner
Type: OrgUnit
owner of form

Return Value

Type: OrgUnitCollection
An OrgUnitCollection
See Also