Search Results for

    Show / Hide Table of Contents

    Class Channel

    Inheritance
    System.Object
    Channel
    Implements
    System.ICloneable
    Namespace: ImageVault.EPiServer.Common
    Assembly: ImageVault.EPiServer.Common.dll
    Syntax
    public class Channel : Object

    Constructors

    Channel()

    Declaration
    public Channel()

    Properties

    ChannelName

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

    Effects

    Declaration
    public ModifiedList<Effect> Effects { get; set; }
    Property Value
    Type Description
    ModifiedList<Effect>

    MediaId

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

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Implements

    System.ICloneable
    In This Article
    Back to top (c) Meriworks 2002-2022