Interface IContentResolver
Interface used by PermanentLinkMapStore to resolve a content instance from an identity.
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentResolver
Methods
ResolveContent(ContentReference)
Tries to resolve a Content from a Content
Declaration
ContentResolveResult ResolveContent(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
Returns
Type | Description |
---|---|
Content |
A Content |
ResolveContent(Guid)
Tries to resolve a Content from a Guid identifier.
Declaration
ContentResolveResult ResolveContent(Guid contentGuid)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentGuid | The content GUID. |
Returns
Type | Description |
---|---|
Content |
A Content |