Class EPiServerPublishDetails
Publish details for Episerver page
Inheritance
System.Object
EPiServerPublishDetails
Implements
Namespace: ImageVault.EPiServer
Assembly: ImageVault.EPiServer.dll
Syntax
public class EPiServerPublishDetails : Object
Constructors
EPiServerPublishDetails()
Default constructor
Declaration
public EPiServerPublishDetails()
EPiServerPublishDetails(IContent, String, String)
Constructor
Declaration
public EPiServerPublishDetails(IContent content, string propertyName, string channelNames = null)
Parameters
Type | Name | Description |
---|---|---|
EPiServer.Core.IContent | content | |
System.String | propertyName | |
System.String | channelNames |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
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
User that published the item
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 |