ScanningManagerCheckWebViewSupport(Int32) Method

Check whether specific document is supported by viewer and whether current user has view permissions to that document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check whether specific document is supported by viewer and whether current user has view permissions to that document")]
public bool CheckWebViewSupport(
	int documentVersionId
)

Parameters

documentVersionId  Int32
 

Return Value

Boolean

See Also