ViewerManagerGetMarkups Method
Return markups for specified document versions.
STEPS:
1. Get markups associated with specified document versions and return them
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return markups for specified document versions.")]
public List<MarkupData> GetMarkups(
int[] documentVersionIds,
int firstRowIndex,
int pageSize,
ref int totalCount
)
- documentVersionIds Int32
-
- firstRowIndex Int32
-
- pageSize Int32
-
- totalCount Int32
-
ListMarkupData