ViewerManagerCheckMarkupPermissions Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks whether user can open markups of specified type for specific document version.")]
public bool CheckMarkupPermissions(
	int documentVersionId,
	MarkupType markupType
)

Parameters

documentVersionId  Int32
 
markupType  MarkupType
 

Return Value

Boolean

See Also