Share via


DesignerDocument.plugins Property

SharePoint Designer Developer Reference

Returns an ElementCollection object that represents the EMBED elements contained in the specified page.

Syntax

expression.plugins

expression   Required. A variable that represents a DesignerDocument object.

Remarks

The plugins property returns the same collection as the embeds property.

See Also