Search Results for

    Show / Hide Table of Contents

    Class EPiServerPublishDetails

    Publish details for Episerver page

    Inheritance
    System.Object
    EPiServerPublishDetails
    Implements
    IUserPublishDetailsData
    IPublishDetailsData
    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: ImageVault.EPiServer
    Assembly: ImageVault.EPiServer.dll
    Syntax
    public class EPiServerPublishDetails

    Constructors

    EPiServerPublishDetails()

    Declaration
    public EPiServerPublishDetails()

    EPiServerPublishDetails(IContent, String, String)

    Declaration
    public EPiServerPublishDetails(IContent content, string propertyName, string channelNames = null)
    Parameters
    Type Name Description
    EPiServer.Core.IContent content
    System.String propertyName
    System.String channelNames

    Properties

    GroupId

    Group id

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

    PageName

    Name of page

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

    Text

    Explaining text for place of media usage

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

    Url

    Url to place of media usage

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

    User

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

    Version

    Version

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

    Implements

    IUserPublishDetailsData
    IPublishDetailsData
    In This Article
    Back to top (c) Meriworks 2002-2022