Click or drag to resize
OrgUnitSelector Constructor

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

Default constructor

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public OrgUnitSelector(
	OrgUnitSelection orgUnitSelection,
	bool ancestors,
	bool descendants,
	bool includeRoot,
	string ancestorType,
	string filterType,
	string filterFunction
)

Parameters

orgUnitSelection
Type: CSC.SC.TOPICA4.TemplateOrgUnitSelection

[Missing <param name="orgUnitSelection"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

ancestors
Type: SystemBoolean

[Missing <param name="ancestors"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

descendants
Type: SystemBoolean

[Missing <param name="descendants"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

includeRoot
Type: SystemBoolean

[Missing <param name="includeRoot"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

ancestorType
Type: SystemString

[Missing <param name="ancestorType"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

filterType
Type: SystemString

[Missing <param name="filterType"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

filterFunction
Type: SystemString

[Missing <param name="filterFunction"/> documentation for "M:CSC.SC.TOPICA4.Template.OrgUnitSelector.#ctor(CSC.SC.TOPICA4.Template.OrgUnitSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String)"]

See Also