Interface IParentRestoreRepository
Interface for restore IContent from wastebasket to original place
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IParentRestoreRepositoryMethods
DeleteParentLink(ContentReference)
Deletes the parent link.
Declaration
ContentReference DeleteParentLink(ContentReference sourceLink)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentReference | sourceLink | The source link. | 
Returns
| Type | Description | 
|---|---|
| ContentReference | 
GetParentLink(ContentReference)
Gets the parent link.
Declaration
ContentReference GetParentLink(ContentReference sourceLink)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentReference | sourceLink | The source link. | 
Returns
| Type | Description | 
|---|---|
| ContentReference | 
SaveParentLink(ContentReference, 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. | 
