Click or drag to resize
TrackedSectionTrackOpenSections Method
Tracks the current list of running concurrent sections

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void TrackOpenSections(
	string name,
	string reason
)

Parameters

name
Type: SystemString
Track name
reason
Type: SystemString
Track reason
See Also