ICMSPageGetTaxonomyNavigation Method
|
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ICMSTaxonomyNavigationElement GetTaxonomyNavigation(
string navName,
bool recursiveSearch = false
)
Function GetTaxonomyNavigation (
navName As String,
Optional recursiveSearch As Boolean = false
) As ICMSTaxonomyNavigationElement
ICMSTaxonomyNavigationElement^ GetTaxonomyNavigation(
String^ navName,
bool recursiveSearch = false
)
abstract GetTaxonomyNavigation :
navName : string *
?recursiveSearch : bool
(* Defaults:
let _recursiveSearch = defaultArg recursiveSearch false
*)
-> ICMSTaxonomyNavigationElement
Parameters
- navName
- Type: SystemString
Name of the Taxonomy Navigation - recursiveSearch (Optional)
- Type: SystemBoolean
Whether the search is recursive. The default is false.
Return Value
Type:
ICMSTaxonomyNavigationElementIf the Element with matching name doesn't exist, or the Element with matching name is not a Taxonomy Navigation Element,, the returned value is null.
See Also