Click or drag to resize
CMSBaseDataSourcePagerForceNumberOfResults Property
Gets or sets the number of result. Enables proceed "fake" datasets, where number of results in the dataset is not correspondent to the real number of results This property must be equal -1 if should be disabled

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public int PagerForceNumberOfResults { get; set; }

Property Value

Type: Int32

Implements

IUniPageablePagerForceNumberOfResults
See Also