Class PublishContentItemEventData
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Contains the business data for content item publish events.
public sealed class PublishContentItemEventData : IContentItemEventArgs
- Inheritance
-
objectPublishContentItemEventData
- Implements
- Extension Methods
Constructors
PublishContentItemEventData()
Initializes a new instance of the PublishContentItemEventData class.
public PublishContentItemEventData()
Properties
AccessSettings
Access control settings for the content item.
public ContentAccessSettings AccessSettings { get; init; }
Property Value
ContentItemData
Content item data.
public ContentItemDataEventContainer ContentItemData { get; init; }
Property Value
ContentLanguageID
Content language identifier.
public int ContentLanguageID { get; init; }
Property Value
- int
ContentLanguageName
Content language name.
public string ContentLanguageName { get; init; }
Property Value
- string
ContentTypeID
Content item type identifier.
public int ContentTypeID { get; init; }
Property Value
- int
ContentTypeName
Content item type name.
public string ContentTypeName { get; init; }
Property Value
- string
DisplayName
Content item display name, used to identify the item in user interface.
public string DisplayName { get; init; }
Property Value
- string
Guid
Content item unique identifier.
public Guid Guid { get; init; }
Property Value
- Guid
ID
Content item identifier.
public int ID { get; init; }
Property Value
- int
IsFirstTimePublished
Indicates whether the content item is published for the first time in its history.
public bool IsFirstTimePublished { get; init; }
Property Value
- bool
Name
Code name of the content item.
public string Name { get; init; }
Property Value
- string