| IResourceTypeHelperGetResourceTypesWithAttributeSet Method |
Finds the resource types having specific attribute set
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> GetResourceTypesWithAttributeSet(
int attributeSetId
)
Parameters
- attributeSetId
- Type: SystemInt32
id of the attribute set
Return Value
Type:
IEnumerableDataObjectList or ResourceType data objects
See Also