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.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public int PageSize { get; set; }
Property Value
Int32