Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsGroupByToString()()
Returns the string form of this GroupBy.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString () override
Return Value
The string form of this GroupBy.
Remarks
The GroupBy format is:
CopyC#
"<i>grouping-key-name</i>"
if no depth has been set.

The format:

CopyC#
"<i>grouping-key-name</i>:<i>depth</i>"
is used if depth has been specified.

Examples
The string:
CopyC#
Region:2
is returned if the grouping key is a dimension named Region with a grouping level of 2 (that is, two levels below the root of the dimension hierarchy).

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0