ViewerManagerGetMarkups Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return markups for specified document versions.")]
public List<MarkupData> GetMarkups(
	int[] documentVersionIds,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

documentVersionIds  Int32
 
firstRowIndex  Int32
 
pageSize  Int32
 
totalCount  Int32
 

Return Value

ListMarkupData

See Also