Click or drag to resize
OrgUnitSelectorGetOrgUnitRoot Method

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

Get root OrgUnit - only meaningfull in some siltuations

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public OrgUnit GetOrgUnitRoot(
	Database database,
	OrgUnit dataOwner
)

Parameters

database
Type: Database

[Missing <param name="database"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.GetOrgUnitRoot(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.Library.OrgUnit)"]

dataOwner
Type: OrgUnit

[Missing <param name="dataOwner"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.GetOrgUnitRoot(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.Library.OrgUnit)"]

Return Value

Type: OrgUnit

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.GetOrgUnitRoot(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.Library.OrgUnit)"]

See Also