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 Code |
---|---|
protected override CreateNewElement( string elementName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Protected Overrides Function CreateNewElement ( _ elementName As _ ) As |
Parameters
- elementName
- String
The name of the ConfigurationElement to create.