SaaS CMS has officially launched! Learn more now.

Interface IModelTransformContext

Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Transforms
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IModelTransformContext

Properties

QueryParameters

Declaration
DefaultQueryParameters QueryParameters { get; }
Property Value
Type Description
DefaultQueryParameters

Source

Declaration
IContent Source { get; set; }
Property Value
Type Description
IContent

Target

Declaration
ContentDataStoreModelBase Target { get; set; }
Property Value
Type Description
ContentDataStoreModelBase

Methods

GetContextValue<T>(String)

Declaration
T GetContextValue<T>(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
T
Type Parameters
Name Description
T

SetContextValue(String, Object)

Declaration
void SetContextValue(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value

Extension Methods