Click or drag to resize

IDocumentApiClientHeadDocumentAsync Method

Overload List
  NameDescription
Public methodHeadDocumentAsync(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}
Public methodHeadDocumentAsync(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}
Top
See Also