Update the command state for multiple relevance ranking parameters.
Namespace:
Endeca.Web.Url.Seo.Utility
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public void AddRelevanceRankingToCommand(
EndecaCommand command
) |
| Visual Basic (Declaration) |
|---|
Public Sub AddRelevanceRankingToCommand ( _
command As EndecaCommand _
) |
| Visual C++ |
|---|
public:
void AddRelevanceRankingToCommand(
EndecaCommand^ command
) |
Parameters
- command
- Type: EndecaCommand
EndecaCommand to add relevancy ranking to.
See Also