Overload List

  NameDescription
SelectDisconnectedDimensionValue(String, Object, Object)
Returns the value of calling SelectDisconnectedDimensionValue(String, Object, Object, Action<(Of <(NameValueCollection>)>)), passing null for the action delegate.
SelectDisconnectedDimensionValue(String, Object, Object, Action<(Of <(NameValueCollection>)>))
Looks up a fully constructed DimensionValue on the Record by matching the id of the DisconnectedDimensionValue. If a fully constructed DimensionValue is found, then the SelectDimensionValue(String, Object, Action<(Of <(NameValueCollection>)>)) is called. If the DimensionValue is not resolved, then this method constructs and returns a URL by calling SelectDimensionValue(DimensionValue) with the specified DisconnectedDimensionValue on a copy of the NavigationCommand with the specified ID.

See Also