Endeca Presentation API
CompletePath Property
NamespacesEndeca.NavigationDimensionCompletePath
Returns the complete path of the dimension values consolidating ancestors, descriptor, and implicits in this order.
Declaration Syntax
C#Visual BasicVisual C++
public virtual DimValList CompletePath{ get;}
Public Overridable ReadOnly Property CompletePath As DimValList
public:
virtual property DimValList^ CompletePath {
	DimValList^ get ();
}
Value
Complete list (as a DimValList object) of dimension values from the dimension.
Remarks
Implicits are the the dimension values (DimVal objects) that are implicitly shared by all of the results in the remaining result set.

In the case where refinements are present in this dimension, the complete path will offer the complete path of dimension values, from the dimension root, ancestors, descriptor, implicit dimension values, and intermediates to the refinement parent.

In the case where there are multiple assignment of dimension values to a record in the result set, and there are no refinements remaining in this dimension, the complete path will offer one of the complete branches of implicit dimension values.

At the minimal case, this list would return the root dimension value of the dimension.

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