WebPartAdder.Selector Constructor

Initializes a new instance of the WebPartAdder.Selector structure.

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

Syntax

'Declaration
Public Sub New ( _
    negated As Boolean, _
    major As String, _
    minor As String _
)
'Usage
Dim negated As Boolean
Dim major As String
Dim minor As String

Dim instance As New WebPartAdder.Selector(negated, _
    major, minor)
public Selector(
    bool negated,
    string major,
    string minor
)

Parameters

See Also

Reference

WebPartAdder.Selector Structure

WebPartAdder.Selector Members

Microsoft.SharePoint.WebPartPages Namespace