DesignerDocument.hasSharedBorders Property

SharePoint Designer Developer Reference

Returns a Boolean that represents whether a specified document contains shared borders.

Syntax

expression.hasSharedBorders

expression   Required. A variable that represents a DesignerDocument object.

Remarks

A shared border is a region on a Web page that is common to one or more pages in a Web site. A shared border may be a region at the top or bottom of the page (similar to a page header or footer), at the left, or at the right. Use shared borders to place the same content on multiple pages in one step, rather than editing each page.

See Also