Try our conversational search powered by Generative AI!

Class DynamicDataStoreFactoryExtensions

Inheritance
System.Object
DynamicDataStoreFactoryExtensions
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.Shell.Composition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class DynamicDataStoreFactoryExtensions

Methods

GetOrCreateStore(DynamicDataStoreFactory, Type)

Declaration
public static DynamicDataStore GetOrCreateStore(this DynamicDataStoreFactory factory, Type storedObjectType)
Parameters
Type Name Description
DynamicDataStoreFactory factory
System.Type storedObjectType
Returns
Type Description
DynamicDataStore