Returns the value of calling SelectParentDimensionValue(String, Object, Action<(Of <(NameValueCollection>)>)),
passing null for the action delegate.
Namespace:
Endeca.Web.UrlAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public string SelectParentDimensionValue( string commandID, Object oDimensionValue ) |
| Visual Basic (Declaration) |
|---|
Public Function SelectParentDimensionValue ( _ commandID As String, _ oDimensionValue As Object _ ) As String |
| Visual C++ |
|---|
public: String^ SelectParentDimensionValue( String^ commandID, Object^ oDimensionValue ) |
Parameters
- commandID
- Type: System..::.String
ID of the NavigationCommand or NavigationDataSource to copy.
- oDimensionValue
- Type: System..::.Object
DimensionValue to pass to SelectParentDimensionValue(DimensionValue).
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | if commandID is null or empty, or if oDimensionValue is null or is not a DimensionValue instance. |