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).
You also need to specify a value of true
or false
in DisableParser
to disable or enable the parser on the list.
Furthermore, in DocumentLibraryUrl
you need to provide a valid URL to the document library on which you want signatures enabled/disabled.