ScanningManagerPublishNewVersion Method

Create a new version of the annotated document

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create a new version of the annotated document")]
public int PublishNewVersion(
	int documentVersionId,
	Guid uploadToken
)

Parameters

documentVersionId  Int32
 
uploadToken  Guid
 

Return Value

Int32

See Also