Click or drag to resize

SurveyObjectsLoadParamsSetPaging Method

Sets the values of the TotalRows and OffSet properties accordingly to load paginated data.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void SetPaging(
	int page,
	int rows
)

Parameters

page
Type: SystemInt32
What page should data be loaded for? - Page is NOT 0-index based
rows
Type: SystemInt32
How many rows should be returned?
See Also