SPWebPartManager.ImportDisplayMode Property

Gets the WebPartDisplayMode that enables end users to import a Web Part to add to the page.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared ReadOnly Property ImportDisplayMode As WebPartDisplayMode
    Get
'Usage
Dim value As WebPartDisplayMode

value = SPWebPartManager.ImportDisplayMode
public static WebPartDisplayMode ImportDisplayMode { get; }

Property Value

Type: System.Web.UI.WebControls.WebParts.WebPartDisplayMode
The display mode that enables end users to import a Web Part to add to the page.

See Also

Reference

SPWebPartManager Class

SPWebPartManager Members

Microsoft.SharePoint.WebPartPages Namespace