SaaS CMS has officially launched! Learn more now.

Class ReferencedContentResolver

Inheritance
System.Object
ReferencedContentResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ReferencedContentResolver

Constructors

ReferencedContentResolver(IContentRepository, IContentReferenceModelCreator)

Declaration
public ReferencedContentResolver(IContentRepository contentRepository, IContentReferenceModelCreator contentReferenceModelCreator)
Parameters
Type Name Description
IContentRepository contentRepository
IContentReferenceModelCreator contentReferenceModelCreator

Methods

GetReferenceList(ContentReference)

Declaration
public virtual IEnumerable<ContentReferenceModel> GetReferenceList(ContentReference contentReference)
Parameters
Type Name Description
ContentReference contentReference
Returns
Type Description
System.Collections.Generic.IEnumerable<ContentReferenceModel>

Extension Methods