This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a new ConfigurationElement when overridden in a derived class.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
protected override  CreateNewElement(
	string elementName
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overrides Function CreateNewElement ( _
	elementName As  _
) As 

Parameters

elementName
String
The name of the ConfigurationElement to create.

Return Value

A new ConfigurationElement.

See Also

Advanced