| ExportConnectivityPackageControllerGetOverrideDialogParameterNames Method |
Returns a list of parameter names for which the default value can be overriden for export by the end user
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 List<string> GetOverrideDialogParameterNames(
int systemId,
Guid collectorUid = null,
Guid connectorUid = null,
Guid templateConnectorUid = null
)
Parameters
- systemId
- Type: SystemInt32
The system data object id - collectorUid (Optional)
- Type: SystemGuid
optional: collector Uid - connectorUid (Optional)
- Type: SystemGuid
optional: connector Uid - templateConnectorUid (Optional)
- Type: SystemGuid
optional: template connector uid
Return Value
Type:
ListString
See Also