Class ProjectEditorSettings
Inherited Members
Namespace: Sdl.DesktopEditor .EditorApi .Implementation
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class ProjectEditorSettings
Constructors
ProjectEditorSettings()
Declaration
public ProjectEditorSettings()
Properties
ProjectId
Guid
of the Active Project
Declaration
public Guid ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ProjectUsers
Contains the list of users in a project
Declaration
public Dictionary<string, string> ProjectUsers { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |