Enum "Document Sharing Intent"
Enum describing the intent of the document share record
Properties
| Name | Value |
|---|---|
| Extensible | False |
Values
| Name | Description |
|---|---|
| Open |
Intent to open a preview of the document. |
| Share |
Intent to open the share dialog for the document. |
| Prompt |
Intent to give the user a prompt to decide what action to take with the document. Note: This will fail if GuiAllowed() is false. |
| Edit |
Intent to open a preview of the document for editing and then download the resulting document. |