ScanningManager.AddPage Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Insert a page at the given position.")]
public void AddPage(
	Guid uploadToken,
	int position,
	string fileExtension
)

Parameters

uploadToken  Guid
position  Int32
fileExtension  String

See Also