LoadHashtableEnum EnumerationKentico 8.0 API Reference
Enumeration of the hashtable loading options.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
None0 Do not load any objects.
All1 Load all objects.
Generations2 Load objects by generations. The property GenerationColumn must be set in order to use this type of loading.
FirstGeneration3 Load by generations. The property GenerationColumn must be set in order to use this type of loading.
See Also