ViewerManagerGetMarkupToken Method

Create a token for a file associated with specified markup. STEPS: 1. Get file id of the markup 2. Lock it when for edit 3. Create a token and return it

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create a token for a file associated with specified markup.")]
public Guid GetMarkupToken(
	int markupId,
	ref long fileSize,
	bool forEdit
)

Parameters

markupId  Int32
 
fileSize  Int64
 
forEdit  Boolean
 

Return Value

Guid
download token

See Also