EditorPrivileges Enumeration

TG.INI

EditorPrivileges Enumeration

Defines the privileges

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public enum EditorPrivileges
Public Enumeration EditorPrivileges
public enum class EditorPrivileges
type EditorPrivileges
Members
  Member nameValueDescription
ReadOnly0 Disables all editing.
AddSections1 Allows users to add new sections.
RemoveSections2 Allows users to remove sections.
AddEntries4 Allows users to add new entries.
RemoveEntries8 Allows users to remove entries.
ChangeKeys16 Allows users to change the Key column values.
ChangeValues32 Allows users to change the Value column values.
All63 Allows users to all functionality within the editor.
See Also