WebPartGalleryPicker.ContextWeb Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public ReadOnly Property ContextWeb As SPWeb
Get
'Usage
Dim instance As WebPartGalleryPicker
Dim value As SPWeb
value = instance.ContextWeb
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public SPWeb ContextWeb { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb