SaaS CMS has officially launched! Learn more now.

Class ContentRoot

Inheritance
System.Object
ContentRoot
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ContentRoot : Object

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