Namespace:
Endeca.Web.Url.Seo.Formatting
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public NavigationCommandFormatter(
string navCommandId
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
navCommandId As String _
) |
| Visual C++ |
|---|
public:
NavigationCommandFormatter(
String^ navCommandId
) |
Parameters
- navCommandId
- Type: System..::.String
The command identifier for the NavigationCommand. Can be specified as null, which will
result in the first NavigationCommandCommandInfoCollection being formatted.
See Also