Try our conversational search powered by Generative AI!

Interface IModelAccessorCreator

Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IModelAccessorCreator

Methods

Create(Dictionary<String, String>)

Declaration
Func<object> Create(Dictionary<string, string> arguments)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<System.String, System.String> arguments
Returns
Type Description
System.Func<System.Object>

Extension Methods