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!

Class ViewTransformationElementCollection

Defines a collection of ViewTransformationElements.

Inheritance
System.Object
ViewTransformationElementCollection
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class ViewTransformationElementCollection : ConfigurationElementCollection

Constructors

ViewTransformationElementCollection()

Declaration
public ViewTransformationElementCollection()

Methods

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

A new ViewTransformationElement.

GetElementKey(ConfigurationElement)

Gets the element key for a specified configuration element.

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element

The ViewTransformationElement to return the key for.

Returns
Type Description
System.Object

A name of the tranformation element that acts as the key for the specified ViewTransformationElement.

Extension Methods