Click or drag to resize

IResourceHelperGetResource Method

Returns ResourceDataObject from DataObject

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#
ResourceDataObject GetResource(
	DataObject resource,
	string sourceName,
	int omadaIdentitySystemId,
	bool isDeleted = false
)

Parameters

resource
Type: Omada.OE.ModelDataObject
sourceName
Type: SystemString
omadaIdentitySystemId
Type: SystemInt32
isDeleted (Optional)
Type: SystemBoolean

Return Value

Type: ResourceDataObject
See Also