Show / Hide Table of Contents

Class UserPreferences

Preferences for the current user.

Inheritance
object
UserPreferences
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class UserPreferences

Properties

View Source

DefaultCaptureFileExtensions

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>
View Source

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
View Source

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>
View Source

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>
  • View Source
In this article
Back to top Generated by DocFX