Click or drag to resize
EmployeeSelectorGetEmployees Method

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

Returns employeecollection form specifed database with specified owner

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

Parameters

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.GetEmployees(CSC.SC.TOPICA4.Template.FormContext,CSC.SC.TOPICA4.Library.OrgUnit)"]

dataOwner
Type: OrgUnit

[Missing <param name="dataOwner"/> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.GetEmployees(CSC.SC.TOPICA4.Template.FormContext,CSC.SC.TOPICA4.Library.OrgUnit)"]

Return Value

Type: EmployeeCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.EmployeeSelector.GetEmployees(CSC.SC.TOPICA4.Template.FormContext,CSC.SC.TOPICA4.Library.OrgUnit)"]

See Also