Enable signatures action
You can enable/disable signatures with the EnableSignaturesAction
in PostActions
or other scenarios involving the execution of BaseAction
objects.
In order to enable or disable signatures, you will need to specify in EnableSignaturesFeature
an expression that returns a boolean value of true
(enables signatures) or false
(disables signatures).
Furthermore, in DocumentLibraryUrl
you need to provide a valid URL to the document library on which you want signing enabled/disabled.