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.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add file with markup compatible with DocuVieware and associate it with specified document version.")]
public int AddWebMarkup(
	Guid token,
	string markupName,
	int documentVersionId,
	bool unlockMarkup
)

Parameters

token  Guid
 
markupName  String
 
documentVersionId  Int32
 
unlockMarkup  Boolean
 

Return Value

Int32
Id of the added markup

See Also