Search Results for

    Show / Hide Table of Contents

    Class DisplayChannelSetting

    Settings for display channels

    Inheritance
    System.Object
    DisplayChannelSetting
    ClientDisplayChannelSetting
    ClientDisplayChannelSetting
    Namespace: ImageVault.EPiServer
    Assembly: ImageVault.EPiServer.dll
    Syntax
    public class DisplayChannelSetting : Object

    Constructors

    DisplayChannelSetting()

    Default constructor

    Declaration
    public DisplayChannelSetting()

    DisplayChannelSetting(DisplayChannelSetting)

    Copy constructor

    Declaration
    public DisplayChannelSetting(DisplayChannelSetting displayChannelSetting)
    Parameters
    Type Name Description
    DisplayChannelSetting displayChannelSetting

    Properties

    Active

    Is channel active or not

    Declaration
    public bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChannelName

    Name of the channel

    Declaration
    public string ChannelName { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Channel target height in pixels

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    ResizeMode

    ResizeMode to use when adapting the thumbnail to the channel size

    Declaration
    public ResizeMode ResizeMode { get; set; }
    Property Value
    Type Description
    ResizeMode

    Width

    Channel target width in pixels

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Equals(DisplayChannelSetting)

    Compares the instance with the supplied one and returns true if they equals

    Declaration
    protected bool Equals(DisplayChannelSetting other)
    Parameters
    Type Name Description
    DisplayChannelSetting other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022