WdEditorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a user or group of users for a document.
public enum class WdEditorType
[System.Runtime.InteropServices.Guid("3BD9B6CC-D6CF-34C9-A032-B9131B8081D4")]
public enum WdEditorType
type WdEditorType =
Public Enum WdEditorType
- Inheritance
-
WdEditorType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdEditorCurrent | -6 | Represents the current user of the document. |
wdEditorEditors | -5 | Represents the Editors group for documents that use Information Rights Management. |
wdEditorOwners | -4 | Represents the Owners group for documents that use Information Rights Management. |
wdEditorEveryone | -1 | Represents all users who open a document. |