The DimensionStatesResult type exposes the following members.

Properties

  NameDescription
CompleteDimensionStates
Returns an IndexedCollection<(Of <(T>)>) containing all DimensionStates including those which are fully selected or fully implicit, and those with refinements.
GroupedRefinableDimensionStates
Returns a DimensionStateGroupCollection containing DimensionStateGroups which in turn contain only DimensionStates that contain refinements. The most common use of DimensionStates with refinements is to populate a GuidedNavigation control.
RefinableDimensionStates
Returns an IndexedCollection<(Of <(T>)>) containing DimensionStates that contain refinements. The most common use of DimensionStates with refinements is to populate a GuidedNavigation control.

See Also