Site.getAvailableWidgets (Method)

Returns zero or more records describing the widgets available on Paperthin site for download.

Returns:

Site_GetAvailableWidgets_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
Creator PlainText_NonNull Name of the creator of the widget.
Dependencies PlainText Depedencies for the widget.
Description PlainText Description of the widget.
DownloadURL FullyQualifiedURL_EmptyString URL to download the widget.
ID Integer ID of the widget.
InfoURL FullyQualifiedURL_EmptyString URL to find the info for the wdget.
LastUpdated Datetime The date and time when the widget was last updated.
Name PlainText_NonNull Name of the available widget.
Version Integer Version of the widget.

Arguments:

Name Type Required Description
searchString String Optional. Defaults to an empty string. The text to search against.
searchOperator SearchOperator_EmptyString Optional. Defaults to an empty string. The operator used to perform the search; for example, 'Contains', 'Begins with', 'Equals', and so on.

Context:

License Requirements None
Permission Requirements (none)
Deny Context None
Require Context None
Author Lock  

Error Codes:

None

Notes:

None