| | SystemOnboardingControllerRegisterNewSystem Method (Int32, Int32, String, String, Boolean, Int32, SystemContent, String, String, Boolean, String) |
Registers a new system
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 int RegisterNewSystem(
int systemCategoryId,
int collectorId,
string systemName,
string systemId,
bool offline,
int[] trustedSystemIds,
SystemContent newCategoryContentType,
string newCategoryId = "",
string newCategoryName = "",
bool newCategoryIsSingleSystem = true,
string composedBusinessKey = ""
)
Parameters
- systemCategoryId
- Type: SystemInt32
Data object id of system category, pass null when creating new system category - collectorId
- Type: SystemInt32
Data object id of odw collector. Only needed when systemCategoryId is null - systemName
- Type: SystemString
- systemId
- Type: SystemString
- offline
- Type: SystemBoolean
- trustedSystemIds
- Type: SystemInt32
- newCategoryContentType
- Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelSystemContent
- newCategoryId (Optional)
- Type: SystemString
SC_IDENT for a new category - newCategoryName (Optional)
- Type: SystemString
Name of new catgegory - newCategoryIsSingleSystem (Optional)
- Type: SystemBoolean
Category contains only a single system - composedBusinessKey (Optional)
- Type: SystemString
the businesskey of the system. Used if the system id already present in ODW
Return Value
Type:
Int32
See Also