Return a boolean indicating whether there is one or more
relevance ranking parameters in the parameter list
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 bool ContainsOneRelRankParameter() |
| Visual Basic (Declaration) |
|---|
Public Function ContainsOneRelRankParameter As Boolean |
| Visual C++ |
|---|
public:
bool ContainsOneRelRankParameter() |
Return Value
True if there is at least one relevance ranking parameter in the parameter list.
See Also