PortalUIConfigurationListViewPagesToCache Property |
ListView Pages to Cache - Specify the number of pages to cache while retrieving ListView results.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic int ListViewPagesToCache { get; set; }
Public Property ListViewPagesToCache As Integer
Get
Set
public:
property int ListViewPagesToCache {
int get ();
void set (int value);
}
member ListViewPagesToCache : int with get, set
Property Value
Type:
Int32
See Also