Click or drag to resize
BasicDataPagerGetPagingMode Method
Returns the paging mode based on the given string.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public PagingModeTypeEnum GetPagingMode(
	string mode
)

Parameters

mode
Type: SystemString
String mode representation

Return Value

Type: PagingModeTypeEnum
See Also