SearchPagingWebPart Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<XmlRootAttribute(Namespace:="urn:schemas-microsoft-com:SearchPagingWebPart")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class SearchPagingWebPart
    Inherits SearchWebPartLoc
'Usage
Dim instance As SearchPagingWebPart
[ComVisibleAttribute(false)] 
[XmlRootAttribute(Namespace="urn:schemas-microsoft-com:SearchPagingWebPart")] 
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public sealed class SearchPagingWebPart : SearchWebPartLoc

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
       System.Web.UI.WebControls.Panel
         System.Web.UI.WebControls.WebParts.Part
           System.Web.UI.WebControls.WebParts.WebPart
             Microsoft.SharePoint.WebPartPages.WebPart
               Microsoft.SharePoint.Search.WebControls.SearchWebPartLoc
                Microsoft.SharePoint.Search.WebControls.SearchPagingWebPart

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SearchPagingWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace