Interface IContentItemEventArgs
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Defines common properties for content item events, shared by both asynchronous events and synchronous event arguments.
public interface IContentItemEventArgs
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from public code.
Properties
AccessSettings
Access control settings for the content item.
ContentAccessSettings AccessSettings { get; }
Property Value
ContentItemData
Data container with type-specific content item data.
ContentItemDataEventContainer ContentItemData { get; }
Property Value
ContentLanguageID
Content language ID.
int ContentLanguageID { get; }
Property Value
- int
ContentLanguageName
Content language name.
string ContentLanguageName { get; }
Property Value
- string
ContentTypeID
Content item type identifier.
int ContentTypeID { get; }
Property Value
- int
ContentTypeName
Content item type name.
string ContentTypeName { get; }
Property Value
- string
DisplayName
Content item display name, used to identify the item in user interface.
string DisplayName { get; }
Property Value
- string
Guid
Content item unique identifier.
Guid Guid { get; }
Property Value
- Guid
ID
Content item identifier.
int ID { get; }
Property Value
- int
Name
Code name of the content item.
string Name { get; }
Property Value
- string