Click or drag to resize
LoadHashtableEnum Enumeration
Enumeration of the hashtable loading options.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public enum LoadHashtableEnum
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