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
negated
Type: System.Booleantrue to indicate that this WebPartAdder.Selector is negated; otherwise, false.
major
Type: System.StringThe major portion of this WebPartAdder.Selector.
minor
Type: System.StringThe minor portion of this WebPartAdder.Selector.