TraverseObjectSettingsOnProcessStartCollection Delegate |
Handles start of the collection export.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public delegate void OnProcessStartCollection(
TraverseObjectSettings settings,
string name,
bool isArray
)
Parameters
- settings
- Type: CMS.DataEngineTraverseObjectSettings
Export settings object - name
- Type: SystemString
Name of the collection - isArray
- Type: SystemBoolean
Indicates whether it's array collection (important for export to JSON)
See Also