TaxonomyTreeServicesCategoriesWithAssociations Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoriesWithAssociations(System.String,System.Boolean)"]
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.308
Syntax public XHRServiceResponseGeneric<CategoryListItem[]> CategoriesWithAssociations(
string categoryId,
bool recursive = true
)
Public Function CategoriesWithAssociations (
categoryId As String,
Optional recursive As Boolean = true
) As XHRServiceResponseGeneric(Of CategoryListItem())
public:
virtual XHRServiceResponseGeneric<array<CategoryListItem^>^>^ CategoriesWithAssociations(
String^ categoryId,
bool recursive = true
) sealed
abstract CategoriesWithAssociations :
categoryId : string *
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive true
*)
-> XHRServiceResponseGeneric<CategoryListItem[]>
override CategoriesWithAssociations :
categoryId : string *
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive true
*)
-> XHRServiceResponseGeneric<CategoryListItem[]>
Parameters
- categoryId
- Type: SystemString
[Missing <param name="categoryId"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoriesWithAssociations(System.String,System.Boolean)"]
- recursive (Optional)
- Type: SystemBoolean
[Missing <param name="recursive"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoriesWithAssociations(System.String,System.Boolean)"]
Return Value
Type:
XHRServiceResponseGenericCategoryListItem[Missing <returns> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoriesWithAssociations(System.String,System.Boolean)"]
See Also