Sign document action
You can use the SignDocumentAction
in order to sign documents in PostActions
or other scenarios involving the execution of BaseAction
objects.
In order to sign the document with the SignDocumentAction, you need to specify an expression that returns an object of type IUpdatable
of SPListItem
. The parent document library of this item needs to have signatures enabled.