EditDocumentWebLink

This is a delegate of type UserExitEditDocumentWebLink and has the following parameters.

  • ref string webLink

  • string docID

This user exit enables a developer to manipulate the document web link that is exported downstream.

The current web link is passed into the user exit using the ref string webLink parameter, and this may be changed to meet your business needs. The current unique document ID is passed in the string docID parameter and cannot be changed.

This user exit is available during export processing only.