Search Results for

    Show / Hide Table of Contents

    Class BrowserViewSettings

    Browser view settings

    Inheritance
    System.Object
    BrowserViewSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.Core.Data
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    [Serializable]
    public class BrowserViewSettings

    Constructors

    BrowserViewSettings()

    Initializes a new instance of the BrowserViewSettings class.

    Declaration
    public BrowserViewSettings()

    Fields

    PREFERENCE_KEY

    Defines the BrowserViewSettings preference key

    Declaration
    public const string PREFERENCE_KEY = "Browser View Settings"
    Field Value
    Type Description
    System.String

    Properties

    FolderPath

    Gets or sets the folder path.

    Declaration
    public List<string> FolderPath { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The folder path.

    Size

    Gets or sets the size.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Windows.Size

    The size.

    SplitterLocation

    Gets or sets the splitter location.

    Declaration
    public double SplitterLocation { get; set; }
    Property Value
    Type Description
    System.Double

    The splitter location.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.