Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The supported object types that can trigger this Action.
Properties that reference this object type:
Syntax
Properties
folder
A null value indicates that the file handler is not available when a folder is selected. An object with no parameters indicates that the file handler is available when a folder is selected or when no files are selected.
Type
object | null
Required
—
Constraints
Supported values
Examples
{
"actions": [
{
"handlers": [
{
"supportedObjects": {
"file": {
"extensions": [
"doc",
"pdf"
]
}
}
}
]
},
]
}