Gets the rollup keys applicable for this navigation.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual ERecRollupKeyList RollupKeys { get; }
Visual Basic
Public Overridable ReadOnly Property RollupKeys As ERecRollupKeyList
	Get
Visual C++
public:
virtual property ERecRollupKeyList^ RollupKeys {
	ERecRollupKeyList^ get ();
}

Field Value

Rollup keys of this navigation. Even if there are no rollup keys, a valid ERecRollupKeyList will be returned.

Remarks

Method will always return a ERecRollupKeyList, but the list may be empty if no rollup keys are present.

See Also