Class ProjectSettings
Settings group, indicating project origin and icon path
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ProjectSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
Constructors
ProjectSettings()
Declaration
public ProjectSettings()
Properties
ProjectIconPath
Setting for icon path
Declaration
public string ProjectIconPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectOrigin
Setting for project origin
Declaration
public string ProjectOrigin { get; set; }
Property Value
Type | Description |
---|---|
string |