Endeca Presentation API
GetAssocDimLocations Method (dimensionName)
NamespacesEndeca.NavigationAssocDimLocationsListGetAssocDimLocations(String)
Gets the AssocDimLocations that is from the dimension wit the name dimensionName.
Declaration Syntax
C#Visual BasicVisual C++
public virtual AssocDimLocations GetAssocDimLocations(
	string dimensionName
)
Public Overridable Function GetAssocDimLocations ( _
	dimensionName As String _
) As AssocDimLocations
public:
virtual AssocDimLocations^ GetAssocDimLocations (
	String^ dimensionName
)
Parameters
dimensionName (String)
Name of the dimension name to which the AssocDimLocations belong.
Return Value
AssocDimLocations with a dimension name of dimensionName.
Remarks
Returns null if no AssocDimLocations can be found with from the dimension named dimensionName.

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