Enum DocumentsResource.GetRequest.SuggestionsViewModeEnum
The suggestions view mode to apply to the document. This allows viewing the document with all suggestions inline, accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is used.
Namespace: Google.Apis.Docs.v1
Assembly: Google.Apis.Docs.v1.dll
Syntax
public enum DocumentsResource.GetRequest.SuggestionsViewModeEnum
Fields
Name | Description |
---|---|
DEFAULTFORCURRENTACCESS | The SuggestionsViewMode applied to the returned document depends on the user's current access level. If the user only has view access, PREVIEW_WITHOUT_SUGGESTIONS is applied. Otherwise, SUGGESTIONS_INLINE is applied. This is the default suggestions view mode. |
PREVIEWSUGGESTIONSACCEPTED | The returned document is a preview with all suggested changes accepted. Requests to retrieve a document using this mode will return a 403 error if the user does not have permission to view suggested changes. |
PREVIEWWITHOUTSUGGESTIONS | The returned document is a preview with all suggested changes rejected if there are any suggestions in the document. |
SUGGESTIONSINLINE | The returned document has suggestions inline. Suggested changes will be differentiated from base content within the document. Requests to retrieve a document using this mode will return a 403 error if the user does not have permission to view suggested changes. |