Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DefaultRawPropertyRetriever

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

Inheritance
System.Object
DefaultRawPropertyRetriever
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
[ServiceConfiguration(typeof(IRawPropertyRetriever), IncludeServiceAccessor = false)]
public class DefaultRawPropertyRetriever : IRawPropertyRetriever

Constructors

DefaultRawPropertyRetriever()

Declaration
public DefaultRawPropertyRetriever()

Methods

CreateRawProperty(PropertyData)

Declaration
public RawProperty CreateRawProperty(PropertyData property)
Parameters
Type Name Description
PropertyData property
Returns
Type Description
RawProperty

Implements

Extension Methods