WebPartQuickAdd.ShowListsAndLibraries property
NOTE: This API is now obsolete.
For internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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