Try our conversational search powered by Generative AI!

Interface IParentRestoreRepository

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Interface for restore IContent from wastebasket to original place

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IParentRestoreRepository

Methods

Deletes the parent link.

Declaration
ContentReference DeleteParentLink(ContentReference sourceLink)
Parameters
Type Name Description
ContentReference sourceLink

The source link.

Returns
Type Description
ContentReference

Gets the parent link.

Declaration
ContentReference GetParentLink(ContentReference sourceLink)
Parameters
Type Name Description
ContentReference sourceLink

The source link.

Returns
Type Description
ContentReference

Saves the parent link.

Declaration
void SaveParentLink(ContentReference sourceLink, ContentReference parentLink)
Parameters
Type Name Description
ContentReference sourceLink

The source link.

ContentReference parentLink

The parent link.

Extension Methods