Class ContentRoot
Inheritance
System.Object
ContentRoot
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |
RootLink
Declaration
public ContentReference RootLink { get; }
Property Value
| Type | Description |
|---|---|
| ContentReference |