DatasheetElement.getActionColumnModules (Method)
Returns zero or more structures, each of which contains information about a module's path and file name information. These are the modules that reside within the site's 'datasheet-modules' directory.
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. |
Context:
License Requirements | Datasheet |
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