London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IModelAccessorCreator

Interface to support creating metadata model accessor from set of arguments

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

Methods

Create(Dictionary<String, String>)

Creates the metadata model accessor.

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

The arguments.

Returns
Type Description
System.Func<System.Object>

Extension Methods