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}Inserts an existing element before this element. A copy of the Element passed in is placed before this element{excerpt}
{signature:C#}
 public virtual void InsertBefore(Element element)
{signature}{signature:vb.net}
Public Overridable Sub InsertBefore(ByVal element As Element)
{signature}
{parameters}
{param:element}An [Element|Element] object to insert.{param}