Click or drag to resize

ContextControllerGetContextOwners Method

Returns the owners (users and/or groups) of a context.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetContextOwners(
	int contextId,
	bool crawl = false
)

Parameters

contextId
Type: SystemInt32
crawl (Optional)
Type: SystemBoolean
If "crawl" is true the method will crawl one level upwards in the context hierarchy if the context has no owner. It will continue doing so intil it reaches a parent context that has an owner. Crawling can only take place if the context is of a context type that has a "parent" property.

Return Value

Type: IntegerList
See Also