Click or drag to resize

ViewerManagerCheckOpenMarkupPermissions Method

Checks whether user can open or edit markups of specified type for specific document version.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckOpenMarkupPermissions(
	int documentVersionId,
	MarkupType markupType,
	bool withEdit
)

Parameters

documentVersionId
Type: SystemInt32
markupType
Type: FileHold.CommonMarkupType
withEdit
Type: SystemBoolean
See Also