TaxonomyTreeServicesCategoryHasAssociations Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String)"]
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> CategoryHasAssociations(
string categoryId
)
Public Function CategoryHasAssociations (
categoryId As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ CategoryHasAssociations(
String^ categoryId
) sealed
abstract CategoryHasAssociations :
categoryId : string -> XHRServiceResponseGeneric<bool>
override CategoryHasAssociations :
categoryId : string -> XHRServiceResponseGeneric<bool>
Parameters
- categoryId
- Type: SystemString
[Missing <param name="categoryId"/> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String)"]
Return Value
Type:
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.TaxonomyTreeServices.CategoryHasAssociations(System.String)"]
See Also