Click or drag to resize

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

Parameters

attributeId
Type: SystemInt32
id of the attribute

Return Value

Type: IEnumerableDataObject
List or ResourceType data objects

Implements

IResourceTypeHelperGetResourceTypesWithAttribute(Int32)
See Also