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

...

Excerpt

Returns a collection of Element objects that represent all the first level of elements in the document of the specified type. GetElements does not return nested elements.

Signature
C#
C#
 public virtual Element[] GetElements(Type type)

...