DesignerDocument.body Property

SharePoint Designer Developer Reference

Returns an IHTMLElement object that represents the tags and text between the opening and closing tags of the BODY element a specified document.

Syntax

expression.body

expression   Required. A variable that represents a DesignerDocument object.

Remarks

Use the all property to get all elements in the body of a document, regardless of hierarchy. Use the children property to get only the top-level elements that are direct children of the BODY element.

See Also