ViewerManagerUpdateMarkup Method
Update markup file.
STEPS:
1. Get previus file id and update with a new one
2. Remove previous markup file
3. Commit the new one
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Update markup file.")]
public void UpdateMarkup(
int markupId,
Guid uploadToken,
string newName,
bool unlockMarkup
)
Parameters
- markupId Int32
-
- uploadToken Guid
-
- newName String
-
- unlockMarkup Boolean
-