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
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic Guid GetMarkupToken(
int markupId,
ref long fileSize,
bool forEdit
)
Parameters
- markupId
- Type: SystemInt32
- fileSize
- Type: SystemInt64
- forEdit
- Type: SystemBoolean
Return Value
Type:
Guiddownload token
See Also