World is now on Opti ID! Learn more

Class MetaDataChangeEventArgs

Events for metadata update

Inheritance
System.Object
MetaDataChangeEventArgs
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public class MetaDataChangeEventArgs : EventArgs

Constructors

MetaDataChangeEventArgs()

Declaration
public MetaDataChangeEventArgs()

Properties

EventType

Event type

Declaration
public string EventType { get; set; }
Property Value
Type Description
System.String

ForceSyncModel

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Flag to indicate whether the Model repository should be updated/synchronized to reflect changes.

Declaration
public bool ForceSyncModel { get; set; }
Property Value
Type Description
System.Boolean

MetaClassName

Metaclass name

Declaration
public string MetaClassName { get; set; }
Property Value
Type Description
System.String

MetaFieldName

Metafield name

Declaration
public string MetaFieldName { get; set; }
Property Value
Type Description
System.String