[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.UserEditor

Class UserEditor

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies a single user for which this range permission shall be enabled (i.e. a user which shall be able to edit this range when document protection is enabled). This editor can be stored in one of the following forms:

DOMAIN\username - for users whose access shall be authenticated using the current user's domain credentials

user@domain.com - for users whose access shall be authenticated using the user's e-mail address as credentials

user - for users whose access shall be authenticated using the current user's machine credentials

public class UserEditor : RangeEditor
Inheritance
object
UserEditor
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

UserEditor(string)

User editor constructor.

public UserEditor(string user)

Parameters

user string

User name.

Properties

Name

User name.

public string Name { get; }

Property Value

string

Methods

Equals(object)

Check object for equality

public override bool Equals(object obj)

Parameters

obj object

Object, checked for equality

Returns

bool

GetHashCode()

Implementation based on important fields

public override int GetHashCode()

Returns

int