| IResourceTypeHelperGetResourceTypesWithAttribute Method |
Finds the resource types having specific attribute
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxIEnumerable<DataObject> GetResourceTypesWithAttribute(
int attributeId
)
Parameters
- attributeId
- Type: SystemInt32
id of the attribute
Return Value
Type:
IEnumerableDataObjectList or ResourceType data objects
See Also