Added the ability to access the CommandInfoCollection.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public CommandInfoCollection CommandInfoCollection { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommandInfoCollection As CommandInfoCollection
Visual C++
public:
property CommandInfoCollection^ CommandInfoCollection {
	CommandInfoCollection^ get ();
}

See Also