Class ContentItemWorkflowEventArgsBase
- Namespace
- CMS.ContentWorkflowEngine
- Assembly
- CMS.ContentWorkflowEngine.dll
Base class for content item workflow event arguments.
public abstract class ContentItemWorkflowEventArgsBase : CMSEventArgs
- Inheritance
-
objectEventArgsContentItemWorkflowEventArgsBase
- Derived
- Inherited Members
- Extension Methods
Properties
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