Element.getRenderHandlerModules (Method)

Returns zero or more structures, each containing information about render handler modules. The results are filtered by this method's 'type' argument.

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
type RenderHandlerTypeFilter Optional. Defaults to 'All'. The type of the render handler for which CommonSpot returns results. The types are 'CFML', 'HTML', 'URL' and 'XSLT'.

Context:

License Requirements None
Permission Requirements Contributor
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