ISearchConfigBatchSizesPages Property
|
Gets/sets page batch sizes.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxDictionary<string, int> Pages { get; set; }Property Pages As Dictionary(Of String, Integer)
Get
Set
property Dictionary<String^, int>^ Pages {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}abstract Pages : Dictionary<string, int> with get, set
Property Value
DictionaryString,
Int32
See Also