WdEditorType Enumeration 

Specifies a user or group of users for a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdEditorType1 As WdEditorType = WdEditorType.wdEditorCurrent

Syntax

Public Enum WdEditorType
public enum WdEditorType
public enum class WdEditorType
public enum WdEditorType
public enum WdEditorType

Members

Member name Description
wdEditorCurrent Represents the current user of the document.
wdEditorEditors Represents the Editors group for documents that use Information Rights Management.
wdEditorEveryone Represents all users who open a document.
wdEditorOwners Represents the Owners group for documents that use Information Rights Management.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace