Enumeration of the hashtable loading options.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Do not load any objects. | |
All | 1 | Load all objects. | |
Generations | 2 | Load objects by generations. The property GenerationColumn must be set in order to use this type of loading. | |
FirstGeneration | 3 | Load by generations. The property GenerationColumn must be set in order to use this type of loading. |
See Also