DocumentApiClientHeadDocumentAsync Method |
Name | Description | |
---|---|---|
HeadDocumentAsync(String, DocumentHeaderProperties) |
Like GET, but only returns the header fields and not the body. You
can use this call to get the current revision of a document or check if
the document was deleted.
HEAD/_api/document/{document-handle}
| |
HeadDocumentAsync(String, String, DocumentHeaderProperties) |
Like GET, but only returns the header fields and not the body. You
can use this call to get the current revision of a document or check if
the document was deleted.
HEAD /_api/document/{document-handle}
|