Class ContentResolveResult
The result for a resolve request in IContent
Inheritance
System.Object
ContentResolveResult
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentResolveResult : Object
Constructors
ContentResolveResult()
Declaration
public ContentResolveResult()
Properties
ContentLink
Gets or sets the content link for the resolved content.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
Content |
The content link. |
ContentUri
Gets or sets the content URI.
Declaration
public Uri ContentUri { get; set; }
Property Value
Type | Description |
---|---|
System. |
The content URI. |
Remarks
A System.
UniqueID
Gets or sets the unique ID for the reolved content.
Declaration
public Guid UniqueID { get; set; }
Property Value
Type | Description |
---|---|
System. |
The unique ID. |