[]
Gets or sets the settings and handlers for managing documents, including settings for the File View tab and event handlers for document-related actions.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DocumentsSettings Documents { get; set; }
Type | Description |
---|---|
DocumentsSettings | An instance of DocumentsSettings representing the documents settings. |