Click or drag to resize

ViewerManagerGetMarkups Method

Return markups for specified document versions. STEPS: 1. Get markups associated with specified document versions and return them

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<MarkupData> GetMarkups(
	int[] documentVersionIds,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

documentVersionIds
Type: SystemInt32
firstRowIndex
Type: SystemInt32
pageSize
Type: SystemInt32
totalCount
Type: SystemInt32

Return Value

Type: ListMarkupData
See Also