Click or drag to resize
IdmResourceObjectIdOrNull Method
Returns the ObjectID of the resource or NULL if the resource value is null

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
protected static string ObjectIdOrNull(
	IdmResource value
)

Parameters

value
Type: IdmNet.ModelsIdmResource
The IdmResource

Return Value

Type: String
The resource's ObjectID or null if the resource itself is null
See Also