TaxonomyTreeServicesCategoryHasAssociations Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<bool> CategoryHasAssociations(
string categoryId,
bool recursive = true
)
Public Function CategoryHasAssociations (
categoryId As String,
Optional recursive As Boolean = true
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ CategoryHasAssociations(
String^ categoryId,
bool recursive = true
) sealed
abstract CategoryHasAssociations :
categoryId : string *
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive true
*)
-> XHRServiceResponseGeneric<bool>
override CategoryHasAssociations :
categoryId : string *
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive true
*)
-> XHRServiceResponseGeneric<bool> Parameters
- categoryId String
[Missing <param name="categoryId"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]
- recursive Boolean (Optional)
[Missing <param name="recursive"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]
Return Value
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]
See Also