Class DocumentLinks
Define all document links that a vlid for a document
Inheritance
System.Object
DocumentLinks
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentLinks : IHttpClientProxy
Properties
Items
Define specific document link of a document
Declaration
public List<DocumentLink> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DocumentLink> |
Methods
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
HttpClientProxy | proxy | The |
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.