Click or drag to resize

ExportDocumentManagerMarkAsNotReceived Method

Overload List
  NameDescription
Public methodCode exampleMarkAsNotReceived(IEnumerableInt32)
Clears the received/processed state for a set of documents within an export. After calling this, the documents will appear again in the list returned from All(Boolean)
Public methodCode exampleMarkAsNotReceived(Int32)
Clears the received/processed state for a document within an export. After calling this, the document will appear again in the list returned from All(Boolean)
Top
See Also