Class UpdateContentItemDraftEventArgs
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Event arguments for UpdateDraft event.
public sealed class UpdateContentItemDraftEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsUpdateContentItemDraftEventArgs
- Inherited Members
- Extension Methods
Constructors
UpdateContentItemDraftEventArgs()
Initializes a new instance of UpdateContentItemDraftEventArgs.
public UpdateContentItemDraftEventArgs()
Properties
ContentItemData
Content item data.
public ContentItemData ContentItemData { get; init; }
Property Value
ContentLanguageID
Content language ID.
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
IsSecured
Indicates if content item is secured.
public bool IsSecured { get; init; }
Property Value
- bool
Name
Code name of the content item.
public string Name { get; init; }
Property Value
- string