Click or drag to resize

TaxonomyTreeServicesCategoryHasAssociations Method


[Missing <summary> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.308
Syntax
public XHRServiceResponseGeneric<bool> CategoryHasAssociations(
	string categoryId,
	bool recursive = true
)

Parameters

categoryId
Type: SystemString

[Missing <param name="categoryId"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]

recursive (Optional)
Type: SystemBoolean

[Missing <param name="recursive"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]

Return Value

Type: XHRServiceResponseGenericBoolean

[Missing <returns> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String,System.Boolean)"]

See Also