Table of Contents

Interface IContentItemReferenceManager

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Interface for managing content item references.

public interface IContentItemReferenceManager
Extension Methods

Methods

DeleteForField(Guid, CancellationToken)

Deletes references saved for given field.

Task DeleteForField(Guid fieldGuid, CancellationToken cancellationToken = default)

Parameters

fieldGuid Guid

GUID of field for which to delete the references.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task