ViewerManagerAddWebMarkup Method |
Add file with markup compatible with DocuVieware and associate it with specified document version.
STEPS:
1. Create markup and associate with file and with document
2. Commit file creation.
3. Return markup id.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic int AddWebMarkup(
Guid token,
string markupName,
int documentVersionId,
bool unlockMarkup
)
Parameters
- token
- Type: SystemGuid
- markupName
- Type: SystemString
- documentVersionId
- Type: SystemInt32
- unlockMarkup
- Type: SystemBoolean
Return Value
Type:
Int32Id of the added markup
See Also