Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
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:vb.net}
Public ReadOnly Property Sections() As Section()
{signature}