Search Results for

    Show / Hide Table of Contents

    Class ProjectEditorSettings

    Inheritance
    Object
    ProjectEditorSettings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX