Class ProjectEditorSettings
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApiImplementation
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 |
---|---|
bool |
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 |
---|---|
Dictionarystringstring |