Interface IHeadlessItemEventArgs
Defines common properties for headless item events, shared by both asynchronous events and synchronous event arguments.
public interface IHeadlessItemEventArgs
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from public code.
Properties
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 type identifier.
int ContentTypeID { get; }
Property Value
- int
ContentTypeName
Content type name.
string ContentTypeName { get; }
Property Value
- string
DisplayName
Headless item display name.
string DisplayName { get; }
Property Value
- string
Guid
Headless item unique identifier.
Guid Guid { get; }
Property Value
- Guid
HeadlessChannelID
Headless channel identifier.
int HeadlessChannelID { get; }
Property Value
- int
HeadlessChannelName
Headless channel name.
string HeadlessChannelName { get; }
Property Value
- string
ID
Headless item identifier.
int ID { get; }
Property Value
- int
Name
Code name of the headless item.
string Name { get; }
Property Value
- string