Searches for Categories with initial characters in their names
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<string[][]> GetTaxonomyLookup( string search, string locale, string pageId = "", string pageSchemaName = "" )
Parameters
- search
- Type: SystemString
Initial characters in Category names - locale
- Type: SystemString
Environmental locale. Only name of Categories under these locales are searched. - pageId (Optional)
- Type: SystemString
Optional criteria - Id of the Page that Categories are associated with - pageSchemaName (Optional)
- Type: SystemString
Optional criteria - Friendly name of the Schema that allows this Category to be Root category in categorization process
Return Value
Type: XHRServiceResponseGenericStringArray of Category Id, Name, and Path, which names matches the initial letters in search text, case-insensitive.
Examples
JavaScript
{ "code": 0, "error": null, "message": [["Monera : Monera", "CategoryNodes\/67", "Monera"]] }
See Also