Share via


DListElement.Document Property

SharePoint Designer Developer Reference

Returns an Object that represents the parent document for a DL element.

Syntax

expression.Document

expression   Required. A variable that represents a DListElement object.

Remarks

Use the Document property to retrieve information about a document, to examine and modify the HTML elements and text within the document, and to process events.

See Also