Gets all the categories for which data is stored in SMI, including the system categories.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable smidata.getcategories(string siteName)
datatable smidata.getcategories(string siteName, boolean includeSystemCategories)

Parameters

Name Data Type Description
siteName String Name of the SMI site.
includeSystemCategories Boolean If true, the system categories are included.

Return Value

Data Type Description
DataTable

Expand image Example

SXML