Class UpdateContentItemLanguageMetadataEventArgs
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Event arguments for UpdateLanguageMetadata event.
public sealed class UpdateContentItemLanguageMetadataEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsUpdateContentItemLanguageMetadataEventArgs
- Inherited Members
- Extension Methods
Constructors
UpdateContentItemLanguageMetadataEventArgs()
Initializes a new instance of UpdateContentItemLanguageMetadataEventArgs.
public UpdateContentItemLanguageMetadataEventArgs()
Properties
AccessSettings
Access control settings for the content item.
public ContentAccessSettings AccessSettings { 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; set; }
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.
[Obsolete("Use AccessSettings instead.")]
public bool IsSecured { get; init; }
Property Value
- bool
LatestVersionStatus
Latest version status of the content item.
public VersionStatus LatestVersionStatus { get; init; }
Property Value
LockedBy
Identifier of the user who has the content item language variant locked for editing.
public int? LockedBy { get; init; }
Property Value
- int?
LockedWhen
Date and time when the content item language variant was locked for editing.
public DateTime? LockedWhen { get; init; }
Property Value
- DateTime?
Name
Code name of the content item.
public string Name { get; init; }
Property Value
- string
OriginalDisplayName
Original content item display name, used to identify the item in user interface.
public string OriginalDisplayName { get; init; }
Property Value
- string
OriginalLatestVersionStatus
Original latest version status of the content item.
public VersionStatus OriginalLatestVersionStatus { get; init; }
Property Value
OriginalLockedBy
Original identifier of the user who had the content item language variant locked for editing.
public int? OriginalLockedBy { get; init; }
Property Value
- int?
OriginalLockedWhen
Original date and time when the content item language variant was locked for editing.
public DateTime? OriginalLockedWhen { get; init; }
Property Value
- DateTime?
OriginalScheduledPublishWhen
Original date and time when the content item should be published.
public DateTime? OriginalScheduledPublishWhen { get; init; }
Property Value
- DateTime?
OriginalScheduledUnpublishWhen
Original date and time when the content item should be unpublished.
public DateTime? OriginalScheduledUnpublishWhen { get; init; }
Property Value
- DateTime?
ScheduledPublishWhen
Date and time when the content item should be published.
public DateTime? ScheduledPublishWhen { get; init; }
Property Value
- DateTime?
ScheduledUnpublishWhen
Date and time when the content item should be unpublished.
public DateTime? ScheduledUnpublishWhen { get; init; }
Property Value
- DateTime?