Class UserPreferences
Preferences for the current user.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class UserPreferences
Properties
View SourceDefaultCaptureFileExtensions
Gets or sets a value indicating what is the last/default capture file extensions, organized by attachment type names.
Declaration
public SerializableDictionary<string, string> DefaultCaptureFileExtensions { get; set; }
Property Value
Type | Description |
---|---|
SerializableDictionary<string, string> |
DefaultTemplateId
Gets or sets the template that should be selected by default when Aruba loads up. This overrides any project-specific setting.
Declaration
public Guid DefaultTemplateId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
FavoriteTemplateIds
Gets or sets the list of favorite templates (storing their Ids).
Declaration
public List<Guid> FavoriteTemplateIds { get; set; }
Property Value
Type | Description |
---|---|
List<Guid> |
OrderedTemplateIds
Gets the list of templates (storing their Ids) in the order the user specifies.
Declaration
public List<Guid> OrderedTemplateIds { get; }
Property Value
Type | Description |
---|---|
List<Guid> |