Click or drag to resize
BasicDataPagerGetBackNextLocation Method
Returns back/next type based on the given string.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public BackNextLocationTypeEnum GetBackNextLocation(
	string type
)

Parameters

type
Type: SystemString
String type representation

Return Value

Type: BackNextLocationTypeEnum
See Also