UsageLogCriteriaPageSize Property |
Specifies how many items should be returned as a partial result (page).
NOTE: If the whole usage log contains 100 items and:
- the FirstRow property equals to 9,
- the PageSize property equals to 20
then the partial result will contain items from 10 (FirstRow + 1) to 29 (FirstRow + 1 + PageSize - 1)
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic int PageSize { get; set; }
Property Value
Type:
Int32
See Also