Try our conversational search powered by Generative AI!

Class ProjectContentMap

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ProjectContentMap
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.Core.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ProjectContentMap

Constructors

ProjectContentMap()

Declaration
public ProjectContentMap()

Properties

IsEmpty

Declaration
public virtual bool IsEmpty { get; }
Property Value
Type Description
System.Boolean

Methods

Add(IDictionary<ContentReference, ContentReference>)

Declaration
public void Add(IDictionary<ContentReference, ContentReference> mappings)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<ContentReference, ContentReference> mappings

Contains(ContentReference)

Declaration
public virtual bool Contains(ContentReference contentLink)
Parameters
Type Name Description
ContentReference contentLink
Returns
Type Description
System.Boolean

TryMap(ContentReference, out ContentReference)

Declaration
public virtual bool TryMap(ContentReference contentLink, out ContentReference mappedReference)
Parameters
Type Name Description
ContentReference contentLink
ContentReference mappedReference
Returns
Type Description
System.Boolean

Extension Methods