Try our conversational search powered by Generative AI!

Class ContentRoot

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

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

Constructors

ContentRoot(String, ContentReference)

Declaration
public ContentRoot(string identifier, ContentReference rootLink)
Parameters
Type Name Description
System.String identifier
ContentReference rootLink

Properties

Identifier

Declaration
public string Identifier { get; }
Property Value
Type Description
System.String
Declaration
public ContentReference RootLink { get; }
Property Value
Type Description
ContentReference

Extension Methods