| CollectorControllerCreate Method |
Creates a new collector object
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 description,
bool singleInstance = false,
string singleInstanceId = "",
bool supportsOffline = false,
string onboardingConfiguration = ""
)
Parameters
- name
- Type: SystemString
name of collector - description
- Type: SystemString
description - singleInstance (Optional)
- Type: SystemBoolean
is this a single instance collector, like AD - singleInstanceId (Optional)
- Type: SystemString
single instance id, will be equal to system category identifier (SC_IDENT) - supportsOffline (Optional)
- Type: SystemBoolean
Does collector support offline upload of data - onboardingConfiguration (Optional)
- Type: SystemString
onboarding xml
Return Value
Type:
DataObject
See Also