WebPartQuickAdd.ShowListsAndLibraries Property
NOTE: This API is now obsolete.
For internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Property ShowListsAndLibraries As Boolean
Get
Set
'Usage
Dim instance As WebPartQuickAdd
Dim value As Boolean
value = instance.ShowListsAndLibraries
instance.ShowListsAndLibraries = value
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public bool ShowListsAndLibraries { get; set; }
Property Value
Type: System.Boolean