Share via


WebWindows.Add Method

SharePoint Designer Developer Reference

Adds a new WebWindow object to the WebWindows collection.

Syntax

expression.Add(ViewModeEx)

expression   Required. A variable that represents a WebWindows collection.

Parameters

Name Required/Optional Data Type Description
ViewModeEx Required WebViewMode Specifies the information displayed in the new window.

Return Value
WebWindow

See Also