Click or drag to resize
IdmNetClientGetResourceReferenceProperty Method
Returns the ResourceReferenceProperty (eg. Approval ObjectID) associated with a particular message returned from an create/update-type operation

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public string GetResourceReferenceProperty(
	string soapMessageString
)

Parameters

soapMessageString
Type: SystemString
The SOAP message in a string format (msg.ToString())

Return Value

Type: String
The ObjectID of the associated resource/Approval, otherwise NULL

Implements

IIdmNetClientGetResourceReferenceProperty(String)
Exceptions
ExceptionCondition
NotImplementedException
See Also