Subsite.getBaseTemplateModules (Method)
Returns zero or more structures, each containing information about the current subsite's base templates.
Returns:
GetModules_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FileName | Filename | The module's file name. Use this value when displaying information about a module. |
Path | PlainText_NonNull | The module's full path. This path includes the file name. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
subsiteIDOrURL | SubsiteIDorURL_EmptyString | Required | The ID of the target subsite, or the server relative path to the target subsite, or an empty string for the current subsite. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None