Click or drag to resize
HierarchyHelperProcessEndCollectionMethod Method
Handles end of the collection export.

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