SaaS CMS has officially launched! Learn more now.

Class LoadAsObjectType

Internal enum used to determine how to load an object from the store

Inheritance
System.Object
LoadAsObjectType
Namespace: EPiServer.Data.Dynamic.Providers
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public sealed class LoadAsObjectType : Enum

Fields

Generic

Declaration
public const LoadAsObjectType Generic
Field Value
Type Description
LoadAsObjectType

Native

Declaration
public const LoadAsObjectType Native
Field Value
Type Description
LoadAsObjectType

None

Declaration
public const LoadAsObjectType None
Field Value
Type Description
LoadAsObjectType

PropertyBag

Declaration
public const LoadAsObjectType PropertyBag
Field Value
Type Description
LoadAsObjectType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods