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
    • Constructors
      • ProjectEditorSettings()
    • Properties
      • ProjectId
      • ProjectUsers
    • Extension Methods
    Back to top Generated by DocFX