| SystemOnboardingControllerSetGeneralSettings Method |
Changed the general settings of a registered system.
Allows changing system name, system ID and content.
Note that changes cannot occur if data is already present in ODW (checked with SystemHasImportedData() help function).
System category name and SC_IDENT is also changed if only one system instance exists (checked with OC_SINGLEINSTANCE property).
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 void SetGeneralSettings(
int systemId,
string systemName,
string systemIdentifier,
string systemDescription,
int contentType,
List<int> trustedSystemIds,
Nullable<int> preventSelfService,
Nullable<int> systemStatus
)
Parameters
- systemId
- Type: SystemInt32
- systemName
- Type: SystemString
- systemIdentifier
- Type: SystemString
- systemDescription
- Type: SystemString
- contentType
- Type: SystemInt32
- trustedSystemIds
- Type: System.Collections.GenericListInt32
- preventSelfService
- Type: SystemNullableInt32
- systemStatus
- Type: SystemNullableInt32
The status of the system.
Return Value
Type:
See Also