A collection of the sections associated with the report.

Namespace:  FileNet.Api.OnDemand
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Sections As ICmodAbstractSectionSet
C#
ICmodAbstractSectionSet Sections { get; }
Visual C++
property ICmodAbstractSectionSet^ Sections {
	ICmodAbstractSectionSet^ get ();
}
JavaScript
function get_sections();

ToggleSee Also