Search Results for

    Show / Hide Table of Contents

    Class ClientDisplayChannelSetting

    Defines the settings for a display channel

    Inheritance
    System.Object
    DisplayChannelSetting
    ClientDisplayChannelSetting
    Inherited Members
    DisplayChannelSetting.Equals(DisplayChannelSetting)
    DisplayChannelSetting.Equals(Object)
    DisplayChannelSetting.GetHashCode()
    DisplayChannelSetting.Active
    DisplayChannelSetting.ChannelName
    DisplayChannelSetting.Width
    DisplayChannelSetting.Height
    DisplayChannelSetting.ResizeMode
    Namespace: ImageVault.EPiServer
    Assembly: ImageVault.EPiServer.dll
    Syntax
    public class ClientDisplayChannelSetting : DisplayChannelSetting

    Constructors

    ClientDisplayChannelSetting(DisplayChannelSetting)

    Constructor

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

    Properties

    ThumbCache

    Cache for thumbnails

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

    ThumbFormatId

    Id for thumbnail format id

    Declaration
    public int ThumbFormatId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022