ParamBinding for the Do parameter. The Do parameter specifies a number indicating the offset with which the dimension search will begin returning results per dimension.

Namespace:  Endeca.Web.Url.Seo.Parameters
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class Do : ParamBinding
Visual Basic (Declaration)
Public Class Do _
	Inherits ParamBinding
Visual C++
public ref class Do : public ParamBinding

Remarks

Note that RAD.NET does not support the Do parameter. It is included here, however, for completeness.

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Parameters..::.ParamBinding
    Endeca.Web.Url.Seo.Parameters..::.Do

See Also