Return a boolean indicating whether there is one or more sort 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.3.0 (2.1.3.622)

Syntax

C#
public bool ContainsOneSortParameter()
Visual Basic (Declaration)
Public Function ContainsOneSortParameter As Boolean
Visual C++
public:
bool ContainsOneSortParameter()

Return Value

True if there is at least one sort parameter in the parameter list.

See Also