Click or drag to resize

ScanningManagerAddPage Method

Insert a page at the given position. The page must be already uploaded to the repository. This method will commit the upload.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddPage(
	Guid uploadToken,
	int position,
	string fileExtension
)

Parameters

uploadToken
Type: SystemGuid
position
Type: SystemInt32
fileExtension
Type: SystemString
See Also