| AccessDataUploadControllerGetCollectorType Method |
Returns the collector type enum from the provided system category DataObject
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Nullable<CollectorType> GetCollectorType(
DataObject category
)
Parameters
- category
- Type: Omada.OE.ModelDataObject
DataObject
Return Value
Type:
NullableCollectorType
See Also