SiteTools.getList (Method)
Returns a structure containing information about a CommonSpot tool. If the 'name' argument is set to an empty string, CommonSpot returns information for all tools.
Returns:
Tools_GetList_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Category | PlainText_NonNull | The category under which the tool is classified. |
Description | PlainText_NonNull | The tool's description. |
Name | PlainText_NonNull_255 | The tool's name. |
URL | ServerRelativeURL | The tool's URL. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
name | PlainText_255 | Optional. Defaults to an empty string. | A name of a tool that CommonSpot can run. If this is an empty string, CommonSpot returns information on all tools. |
category | PlainText | Optional. Defaults to 'All'. | The name of the category to filter by or 'All' to return all categories. |
Context:
License Requirements | None |
Permission Requirements | site:SiteMaintenance |
Deny Context | None |
Require Context | None |
Author Lock |
Error Codes:
None
Notes:
None