Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns an array of Section objects that represents all the sections in this Document.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns an array of [Section|Section] objects that represents all the sections in this Document.{excerpt}
{signature:C#}
 public Section[] Sections{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Sections() As Section()
{signature}