Click or drag to resize

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
Syntax
C#
IEnumerable<DataObject> GetResourceTypesWithAttributeSet(
	int attributeSetId
)

Parameters

attributeSetId
Type: SystemInt32
id of the attribute set

Return Value

Type: IEnumerableDataObject
List or ResourceType data objects
See Also