Click or drag to resize

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

Parameters

attributeId
Type: SystemInt32
id of the attribute

Return Value

Type: IEnumerableDataObject
List or ResourceType data objects
See Also