Gets the info value of the costumlabel specified, for a specific record
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string GetRecordCustomLabel( Uri oDataUri, string recordId, string customLabel )
Parameters
- oDataUri
- Type: SystemUri
ODataUri - recordId
- Type: SystemString
RecordId - customLabel
- Type: SystemString
CustomLabel value
Return Value
Type: StringThe info value
See Also