Document UnclipRelationLink Property DocuWare Platform .NET API
Gets the Uri of the link for the relation “unclip”.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public string UnclipRelationLink { get; }

Property Value

Type: OnlineString
Remarks

Returns the uri of the link for the relation “unclip” if it exists, or

Property Value

Type: OnlineString
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