Gets and sets the navigation descriptor IDs describing the navigation object to be queried for.

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

Syntax

C#
public virtual DimValIdList NavDescriptors { get; set; }
Visual Basic
Public Overridable Property NavDescriptors As DimValIdList
	Get
	Set
Visual C++
public:
virtual property DimValIdList^ NavDescriptors {
	DimValIdList^ get ();
	void set (DimValIdList^ value);
}

Field Value

The descriptor IDs of the navigation being queried for. Returns null if there is none.

Remarks

The resulting navigation object's descriptor dimensions will be ordered in the same order as these descriptors.

See Also