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 imageCopy Code
protected override  GetElementKey(
	 element
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overrides Function GetElementKey ( _
	element As  _
) As 

Parameters

element
ConfigurationElement
The ConfigurationElement to return the key for.

Return Value

An Object that acts as the key for the specified ConfigurationElement.

See Also

Advanced