Click or drag to resize

SystemCategoryControllerGet Method

Returns a system category with the specified categoryIdentifier (SC_IDENT)

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual DataObject Get(
	string categoryIdentifier,
	bool overrideSecurity = false,
	bool throwErrorIfNotfound = true
)

Parameters

categoryIdentifier
Type: SystemString
Category identitifier (SC_IDENT)
overrideSecurity (Optional)
Type: SystemBoolean
Override security
throwErrorIfNotfound (Optional)
Type: SystemBoolean
Throw exception if category was not uniquely found

Return Value

Type: DataObject
See Also