Returns the ID of CommandSource.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected override string GetKeyForItem(
	CommandInfo item
)
Visual Basic (Declaration)
Protected Overrides Function GetKeyForItem ( _
	item As CommandInfo _
) As String
Visual C++
protected:
virtual String^ GetKeyForItem(
	CommandInfo^ item
) override

Parameters

item
Type: Endeca.Web.Url..::.CommandInfo

See Also