Click or drag to resize

ViewerManagerAddMarkup Method

Add file with markup compatible with Brava 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
Syntax
C#
public int AddMarkup(
	Guid token,
	string markupName,
	int documentVersionId,
	bool unlockMarkup
)

Parameters

token
Type: SystemGuid
markupName
Type: SystemString
documentVersionId
Type: SystemInt32
unlockMarkup
Type: SystemBoolean

Return Value

Type: Int32
Id of the added markup
See Also