Table of Contents

Class UpdateContentItemMetadataEventArgs

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Event arguments for UpdateMetadata event.

public sealed class UpdateContentItemMetadataEventArgs : CMSEventArgs
Inheritance
object
EventArgs
UpdateContentItemMetadataEventArgs
Inherited Members
Extension Methods

Constructors

UpdateContentItemMetadataEventArgs()

Initializes a new instance of UpdateContentItemMetadataEventArgs.

public UpdateContentItemMetadataEventArgs()

Properties

ContentTypeID

Content type identifier.

public int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Content type name.

public string ContentTypeName { get; init; }

Property Value

string

Guid

Content item GUID.

public Guid Guid { get; init; }

Property Value

Guid

ID

Content item identifier.

public int ID { get; init; }

Property Value

int

IsReusable

Indicates if content item is reusable.

public bool IsReusable { get; init; }

Property Value

bool

IsSecured

Indicates if content item is secured.

public bool IsSecured { get; set; }

Property Value

bool

Name

Code name of the content item.

public string Name { get; set; }

Property Value

string