The zero-based index of the section within the ordered collection associated with the same report.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SectionIndex As Nullable(Of Integer)
C#
Nullable<int> SectionIndex { get; }
Visual C++
property Nullable<int> SectionIndex {
	Nullable<int> get ();
}
JavaScript
function get_sectionIndex();

ToggleSee Also