FileCabinet QueryRelationLink Property DocuWare Platform .NET API
Gets the Uri of the link for the relation “query”.

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 QueryRelationLink { get; }

Property Value

Type: OnlineString
Remarks

Returns the uri of the link for the relation “query” 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