TemplateRegionElement.Document Property
SharePoint Designer Developer Reference |
Returns an Object that represents the parent document for a region in a Dynamic Web Template.
Syntax
expression.Document
expression Required. A variable that represents a TemplateRegionElement 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