SaaS CMS has officially launched! Learn more now.

Interface ICatalogMetaObjectUpdateNotifier

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

Namespace: Mediachase.MetaDataPlus.Internal
Assembly: Mediachase.MetaDataPlus.dll
Version: 11.8.3
Syntax
public interface ICatalogMetaObjectUpdateNotifier

Methods

EntriesUpdated(IEnumerable<Int32>)

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

Called when meta object changes for entries have been committed.

Declaration
void EntriesUpdated(IEnumerable<int> entryIds)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> entryIds

Ids of updated entries.

NodesUpdated(IEnumerable<Int32>)

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

Called when meta object changes for nodes have been committed.

Declaration
void NodesUpdated(IEnumerable<int> nodeIds)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> nodeIds

Ids of updated nodes.