Document.embeds Property
SharePoint Designer Developer Reference |
Returns an ElementCollection interface that represents the EMBED elements contained in a page.
Syntax
expression.embeds
expression Required. A variable that represents a Document object.
Remarks
The embeds property returns the same collection as the plugins property.
See Also