[]
Represents the options for updating document information.
public class UpdateDocumentOptions
The UpdateDocumentOptions
class provides properties to configure the name, ID, type, and platform of the document.
Name | Description |
---|---|
UpdateDocumentOptions() |
Name | Description |
---|---|
Id | Gets or sets the ID of the document. |
Name | Gets or sets the name of the document. |
Platform | Gets or sets the platform type of the document. |
Type | Gets or sets the type of the document. |