Try our conversational search powered by Generative AI!

Enum MetaObjectState

Summary description for MetaObjectState.

Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public enum MetaObjectState

Fields

Name Description
Added

The object has been added, and AcceptChanges has not been called.

Deleted

The object was deleted using the Delete method of the MetaObject.

Modified

The object has been modified and AcceptChanges has not been called.

Unchanged

The object has not changed since AcceptChanges was last called.

Extension Methods