Stylesheets.getExistingModules (Method)
Returns an array of structures, each containing information on a style sheet's location within a site, as follows: 'FileName' and 'Path'.
Returns:
StyleSheets_GetExistingModules_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FileName | Filename | The style sheet's filename. |
Path | Any | The style sheet directory's path. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
modulesToExclude | PlainText | Optional. Defaults to an empty string. | A comma-delimited list of modules that CommonSpot will exclude from the list being created. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock |
Error Codes:
None
Notes:
None