Class ClientDisplayChannelSetting
Defines the settings for a display channel
Inherited Members
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 |