| SystemCategoryControllerCreate Method (String, String, Int32, Int32, Int32, Boolean, Boolean, String, Int32) |
Create a new system category
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 virtual DataObject Create(
string name,
string categoryIdentifier,
int sourceSystemId,
int contentValueId,
int collectorDataObjectId,
bool offline,
bool single,
string policyDefinitions,
int primarySystemId = 0
)
Parameters
- name
- Type: SystemString
name of the category - categoryIdentifier
- Type: SystemString
identitfier (SC_IDENT) - sourceSystemId
- Type: SystemInt32
Source system ID - contentValueId
- Type: SystemInt32
type of content, must be the value id of SC_CONTENT - 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 - primarySystemId (Optional)
- Type: SystemInt32
Return Value
Type:
DataObject
See Also