This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the element key for a specified configuration element when overridden in a derived class.
Namespace: Smartsite.Web.Commands.Configuration
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
protected override GetElementKey( element ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Protected Overrides Function GetElementKey ( _ element As _ ) As |
Parameters
- element
- ConfigurationElement
The ConfigurationElement to return the key for.