Class ProjectEditorSettings
Inheritance
System.Object
ProjectEditorSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.DesktopEditor.EditorApi.Implementation
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class ProjectEditorSettings
Constructors
ProjectEditorSettings()
Declaration
public ProjectEditorSettings()
Properties
IsSecure
When true
, project is in Secure Mode
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProjectId
Guid
of the Active Project
Declaration
public Guid ProjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ProjectUsers
Contains the list of users in a project
Declaration
public Dictionary<string, string> ProjectUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |