[]
Allows initialization of RenderingExtensionInfo
public RenderingExtensionInfo(string assemblyName, string extensionTypeName, string menuName, IEnumerable<PropertyElement> settings)
| Type | Name | Description |
|---|---|---|
| string | assemblyName | The assembly name. |
| string | extensionTypeName | The type of the extension. |
| string | menuName | The name of menu item. |
| IEnumerable<PropertyElement> | settings | The collection of the properties. |