ScanningManagerRemovePage Method

Remove a single page and delete it from the repository.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove a single page and delete it from the repository.")]
public void RemovePage(
	int page
)

Parameters

page  Int32

See Also