Class ProjectContentMap
Inheritance
System.Object
ProjectContentMap
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ProjectContentMap : Object
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
Contains(ContentReference)
Declaration
public virtual bool Contains(ContentReference contentLink)
Parameters
Returns
Type |
Description |
System.Boolean |
|
TryMap(ContentReference, out ContentReference)
Declaration
public virtual bool TryMap(ContentReference contentLink, out ContentReference mappedReference)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods