HierarchyHelperProcessEndCollectionMethod Method |
Handles end of the collection export.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected void ProcessEndCollectionMethod(
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