Class TableResultRow
Define a row of the table result from document query
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Hawk]
public class TableResultRow : IRelationsWithProxy
  Constructors
TableResultRow()
Creates a new instance of this class
Declaration
public TableResultRow()
  Properties
AnnotationAsSvgRelationLink
Gets the Uri of the link for the relation “annotationAsSvg”.
Declaration
public string AnnotationAsSvgRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “annotationAsSvg” if it exists, or 
AnnotationsPreview
Contains true if the document may contain any annotations on the first section and first page. If this is false there is no need the AnnotationsAsImage link to be called.
Declaration
[Lobster]
public bool AnnotationsPreview { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ClippedDocumentsRelationLink
Gets the Uri of the link for the relation “clippedDocuments”.
Declaration
public string ClippedDocumentsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “clippedDocuments” if it exists, or 
FieldsRelationLink
Gets the Uri of the link for the relation “fields”.
Declaration
public string FieldsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “fields” if it exists, or 
Id
Id of the document represented by the current row.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
IntellixRelationLink
Gets the Uri of the link for the relation “intellix”.
Declaration
public string IntellixRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “intellix” if it exists, or 
Items
Declaration
public List<object> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Object> | 
Links
Declaration
public Link[] Links { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Link[] | 
LockRelationLink
Gets the Uri of the link for the relation “lock”.
Declaration
public string LockRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “lock” if it exists, or 
LowQualityImageRelationLink
Gets the Uri of the link for the relation “lowQualityImage”.
Declaration
public string LowQualityImageRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “lowQualityImage” if it exists, or 
RightsRelationLink
Gets the Uri of the link for the relation “rights”.
Declaration
public string RightsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “rights” if it exists, or 
SectionsRelationLink
Gets the Uri of the link for the relation “sections”.
Declaration
public string SectionsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “sections” if it exists, or 
SelfRelationLink
Gets the Uri of the link for the relation “self”.
Declaration
public string SelfRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “self” if it exists, or 
Suggestions
Suggestions for the simple fields of a document
Declaration
public List<SuggestionField> Suggestions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<SuggestionField> | 
SuggestionsRelationLink
Gets the Uri of the link for the relation “suggestions”.
Declaration
public string SuggestionsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “suggestions” if it exists, or 
TableFieldsSuggestionsRelationLink
Gets the Uri of the link for the relation “tableFieldsSuggestions”.
Declaration
public string TableFieldsSuggestionsRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “tableFieldsSuggestions” if it exists, or 
TableFieldSuggestions
Suggestions for the table fields of a document
Declaration
public List<SuggestionTableField> TableFieldSuggestions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<SuggestionTableField> | 
TextshotPreviewRelationLink
Gets the Uri of the link for the relation “textshotPreview”.
Declaration
public string TextshotPreviewRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “textshotPreview” if it exists, or 
ThumbnailRelationLink
Gets the Uri of the link for the relation “thumbnail”.
Declaration
public string ThumbnailRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “thumbnail” if it exists, or 
ThumbnailWithoutAnnotationRelationLink
Gets the Uri of the link for the relation “thumbnailWithoutAnnotation”.
Declaration
public string ThumbnailWithoutAnnotationRelationLink { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns the uri of the link for the relation “thumbnailWithoutAnnotation” if it exists, or 
Methods
DeleteLockRelation()
Calls the HTTP Delete method on the link for the relation “lock”.
Declaration
public string DeleteLockRelation()
  Returns
| Type | Description | 
|---|---|
| System.String | The content of the response.  | 
      
DeleteLockRelationAsync()
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> DeleteLockRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lock”.
DeleteLockRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> DeleteLockRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lock”.
DeleteSelfRelation()
Calls the HTTP Delete method on the link for the relation “self”.
Declaration
public string DeleteSelfRelation()
  Returns
| Type | Description | 
|---|---|
| System.String | The content of the response.  | 
      
DeleteSelfRelationAsync()
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> DeleteSelfRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
DeleteSelfRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> DeleteSelfRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetDocumentFromSelfRelation()
Calls the HTTP Get method on the link for the relation “self”.
Declaration
public Document GetDocumentFromSelfRelation()
  Returns
| Type | Description | 
|---|---|
| Document | The content of the response.  | 
      
GetDocumentFromSelfRelationAsync()
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> GetDocumentFromSelfRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetDocumentFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> GetDocumentFromSelfRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
GetDocumentIndexFieldsFromFieldsRelation()
Calls the HTTP Get method on the link for the relation “fields”.
Declaration
public DocumentIndexFields GetDocumentIndexFieldsFromFieldsRelation()
  Returns
| Type | Description | 
|---|---|
| DocumentIndexFields | The content of the response.  | 
      
GetDocumentIndexFieldsFromFieldsRelationAsync()
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> GetDocumentIndexFieldsFromFieldsRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
GetDocumentIndexFieldsFromFieldsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> GetDocumentIndexFieldsFromFieldsRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
GetSectionsFromSectionsRelation()
Calls the HTTP Get method on the link for the relation “sections”.
Declaration
public Sections GetSectionsFromSectionsRelation()
  Returns
| Type | Description | 
|---|---|
| Sections | The content of the response.  | 
      
GetSectionsFromSectionsRelationAsync()
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Sections>> GetSectionsFromSectionsRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Sections>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “sections”.
GetSectionsFromSectionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Sections>> GetSectionsFromSectionsRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Sections>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “sections”.
GetStreamFromAnnotationAsSvgRelation()
Calls the HTTP Get method on the link for the relation “annotationAsSvg”.
Declaration
public Stream GetStreamFromAnnotationAsSvgRelation()
  Returns
| Type | Description | 
|---|---|
| System.IO.Stream | The content of the response.  | 
      
GetStreamFromAnnotationAsSvgRelationAsync()
Calls the HTTP Get method on the link for the relation “annotationAsSvg” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromAnnotationAsSvgRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “annotationAsSvg”.
GetStreamFromAnnotationAsSvgRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “annotationAsSvg” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromAnnotationAsSvgRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “annotationAsSvg”.
GetStreamFromLowQualityImageRelation()
Calls the HTTP Get method on the link for the relation “lowQualityImage”.
Declaration
public Stream GetStreamFromLowQualityImageRelation()
  Returns
| Type | Description | 
|---|---|
| System.IO.Stream | The content of the response.  | 
      
GetStreamFromLowQualityImageRelationAsync()
Calls the HTTP Get method on the link for the relation “lowQualityImage” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromLowQualityImageRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lowQualityImage”.
GetStreamFromLowQualityImageRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “lowQualityImage” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromLowQualityImageRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lowQualityImage”.
GetStreamFromThumbnailRelation()
Calls the HTTP Get method on the link for the relation “thumbnail”.
Declaration
public Stream GetStreamFromThumbnailRelation()
  Returns
| Type | Description | 
|---|---|
| System.IO.Stream | The content of the response.  | 
      
GetStreamFromThumbnailRelationAsync()
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromThumbnailRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “thumbnail”.
GetStreamFromThumbnailRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromThumbnailRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “thumbnail”.
GetStreamFromThumbnailWithoutAnnotationRelation()
Calls the HTTP Get method on the link for the relation “thumbnailWithoutAnnotation”.
Declaration
public Stream GetStreamFromThumbnailWithoutAnnotationRelation()
  Returns
| Type | Description | 
|---|---|
| System.IO.Stream | The content of the response.  | 
      
GetStreamFromThumbnailWithoutAnnotationRelationAsync()
Calls the HTTP Get method on the link for the relation “thumbnailWithoutAnnotation” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromThumbnailWithoutAnnotationRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “thumbnailWithoutAnnotation”.
GetStreamFromThumbnailWithoutAnnotationRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “thumbnailWithoutAnnotation” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Stream>> GetStreamFromThumbnailWithoutAnnotationRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.IO.Stream>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “thumbnailWithoutAnnotation”.
GetStringFromTextshotPreviewRelation()
Calls the HTTP Get method on the link for the relation “textshotPreview”.
Declaration
public string GetStringFromTextshotPreviewRelation()
  Returns
| Type | Description | 
|---|---|
| System.String | The content of the response.  | 
      
GetStringFromTextshotPreviewRelationAsync()
Calls the HTTP Get method on the link for the relation “textshotPreview” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> GetStringFromTextshotPreviewRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “textshotPreview”.
GetStringFromTextshotPreviewRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “textshotPreview” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> GetStringFromTextshotPreviewRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “textshotPreview”.
GetSuggestionFieldsFromSuggestionsRelation()
Calls the HTTP Get method on the link for the relation “suggestions”.
Declaration
public SuggestionFields GetSuggestionFieldsFromSuggestionsRelation()
  Returns
| Type | Description | 
|---|---|
| SuggestionFields | The content of the response.  | 
      
GetSuggestionFieldsFromSuggestionsRelationAsync()
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Declaration
public Task<DeserializedHttpResponse<SuggestionFields>> GetSuggestionFieldsFromSuggestionsRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “suggestions”.
GetSuggestionFieldsFromSuggestionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Declaration
public Task<DeserializedHttpResponse<SuggestionFields>> GetSuggestionFieldsFromSuggestionsRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “suggestions”.
GetSuggestionTableFieldsFromTableFieldsSuggestionsRelation()
Calls the HTTP Get method on the link for the relation “tableFieldsSuggestions”.
Declaration
public SuggestionTableFields GetSuggestionTableFieldsFromTableFieldsSuggestionsRelation()
  Returns
| Type | Description | 
|---|---|
| SuggestionTableFields | The content of the response.  | 
      
GetSuggestionTableFieldsFromTableFieldsSuggestionsRelationAsync()
Calls the HTTP Get method on the link for the relation “tableFieldsSuggestions” asynchronously.
Declaration
public Task<DeserializedHttpResponse<SuggestionTableFields>> GetSuggestionTableFieldsFromTableFieldsSuggestionsRelationAsync()
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionTableFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “tableFieldsSuggestions”.
GetSuggestionTableFieldsFromTableFieldsSuggestionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “tableFieldsSuggestions” asynchronously.
Declaration
public Task<DeserializedHttpResponse<SuggestionTableFields>> GetSuggestionTableFieldsFromTableFieldsSuggestionsRelationAsync(CancellationToken cancellationToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionTableFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “tableFieldsSuggestions”.
PostToLockRelationForString(LockInfo)
Calls the HTTP Post method on the link for the relation “lock”.
Declaration
public string PostToLockRelationForString(LockInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LockInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.String | The content of the response.  | 
      
PostToLockRelationForStringAsync(LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> PostToLockRelationForStringAsync(LockInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LockInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lock”.
PostToLockRelationForStringAsync(CancellationToken, LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Declaration
public Task<DeserializedHttpResponse<string>> PostToLockRelationForStringAsync(CancellationToken cancellationToken, LockInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| LockInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “lock”.
PostToRightsRelationForRights(Rights)
Calls the HTTP Post method on the link for the relation “rights”.
Declaration
public Rights PostToRightsRelationForRights(Rights dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Rights | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| Rights | The content of the response.  | 
      
PostToRightsRelationForRightsAsync(Rights)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Rights>> PostToRightsRelationForRightsAsync(Rights dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Rights | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “rights”.
PostToRightsRelationForRightsAsync(CancellationToken, Rights)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Rights>> PostToRightsRelationForRightsAsync(CancellationToken cancellationToken, Rights dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| Rights | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “rights”.
PostToSectionsRelationForSection(String, Stream)
Calls the HTTP Post method on the link for the relation “sections”.
Declaration
public Section PostToSectionsRelationForSection(string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| Section | The content of the response.  | 
      
PostToSectionsRelationForSectionAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Section>> PostToSectionsRelationForSectionAsync(string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Section>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “sections”.
PostToSectionsRelationForSectionAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Section>> PostToSectionsRelationForSectionAsync(CancellationToken cancellationToken, string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Section>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “sections”.
PostToSelfRelationForDocument(String, Stream)
Calls the HTTP Post method on the link for the relation “self”.
Declaration
public Document PostToSelfRelationForDocument(string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| Document | The content of the response.  | 
      
PostToSelfRelationForDocumentAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> PostToSelfRelationForDocumentAsync(string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
PostToSelfRelationForDocumentAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> PostToSelfRelationForDocumentAsync(CancellationToken cancellationToken, string requestedContentType, Stream dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| System.String | requestedContentType | Mime type of the requested body content, i.e. application/pdf.  | 
      
| System.IO.Stream | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “self”.
PutToClippedDocumentsRelationForDocument(IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments”.
Declaration
public Document PutToClippedDocumentsRelationForDocument(IntegerList dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IntegerList | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| Document | The content of the response.  | 
      
PutToClippedDocumentsRelationForDocumentAsync(IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> PutToClippedDocumentsRelationForDocumentAsync(IntegerList dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IntegerList | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “clippedDocuments”.
PutToClippedDocumentsRelationForDocumentAsync(CancellationToken, IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Declaration
public Task<DeserializedHttpResponse<Document>> PutToClippedDocumentsRelationForDocumentAsync(CancellationToken cancellationToken, IntegerList dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| IntegerList | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “clippedDocuments”.
PutToFieldsRelationForDocumentIndexFields(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields”.
Declaration
public DocumentIndexFields PutToFieldsRelationForDocumentIndexFields(DocumentIndexFields dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DocumentIndexFields | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| DocumentIndexFields | The content of the response.  | 
      
PutToFieldsRelationForDocumentIndexFields(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields”.
Declaration
public DocumentIndexFields PutToFieldsRelationForDocumentIndexFields(UpdateIndexFieldsInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UpdateIndexFieldsInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| DocumentIndexFields | The content of the response.  | 
      
PutToFieldsRelationForDocumentIndexFieldsAsync(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> PutToFieldsRelationForDocumentIndexFieldsAsync(DocumentIndexFields dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DocumentIndexFields | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
PutToFieldsRelationForDocumentIndexFieldsAsync(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> PutToFieldsRelationForDocumentIndexFieldsAsync(UpdateIndexFieldsInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UpdateIndexFieldsInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
PutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> PutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken cancellationToken, DocumentIndexFields dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| DocumentIndexFields | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
PutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Declaration
public Task<DeserializedHttpResponse<DocumentIndexFields>> PutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken cancellationToken, UpdateIndexFieldsInfo dataToSend)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request.  | 
      
| UpdateIndexFieldsInfo | dataToSend | The data to send. This data is written into the request body.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> | A task which runs the request.  | 
      
Remarks
This method follows the link for the relation “fields”.
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 System.Net.Http.HttpClient instance which is used in further HTTP communication.  | 
      
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.