| SystemCategoryControllerCreate Method (String, String, Int32, SystemContent, Int32, Boolean, Boolean, String) |
Create a new system cattegory
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
Syntaxpublic DataObject Create(
string name,
string categoryIdentifier,
int sourceSystemId,
SystemContent content,
int collectorDataObjectId,
bool offline,
bool single,
string policyDefinitions
)
Parameters
- name
- Type: SystemString
name of the category - categoryIdentifier
- Type: SystemString
identitfier (SC_IDENT) - sourceSystemId
- Type: SystemInt32
Source system id - content
- Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelSystemContent
content type - collectorDataObjectId
- Type: SystemInt32
data object id of the collector - offline
- Type: SystemBoolean
Is this a offline category - single
- Type: SystemBoolean
Is this category of a single system - policyDefinitions
- Type: SystemString
Policy definitions to use for systems in this category. Leave empty to use default
Return Value
Type:
DataObject
See Also