Click or drag to resize
DocumentSelfRelationLink Property
Gets the Uri of the link for the relation “self”.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlIgnoreAttribute]
public string SelfRelationLink { get; }

Property Value

Type: String
Remarks
Returns the uri of the link for the relation “self” if it exists, or

Property Value

Type: String
null if this link does not exist. The returned link can be absolute or relative. If it is a relative link you must set it in the right context yourself.
See Also