WebPartAdder.Selector members
Determines whether a Web Part in the site gallery will be included in the list of Web-Parts that are displayed by the WebPartAdder control.
The WebPartAdder.Selector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartAdder.Selector | Initializes a new instance of the WebPartAdder.Selector structure. |
Top
Properties
Name | Description | |
---|---|---|
Major | Gets the major portion of the current WebPartAdder.Selector. | |
MajorPlusMinor | Gets the selector string in the format MAJOR[:MINOR]. | |
Minor | Gets the minor portion of the current WebPartAdder.Selector. | |
Negated | Gets a flag that indicates whether a Web Part is not included in a particular section of a site. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equivalent to the current WebPartAdder.Selector. (Overrides ValueType.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets the hash code for the current WebPartAdder.Selector object. (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NegativelyMatches | Determines whether the current WebPartAdder.Selector negatively matches the specified WebPartAdder.Selector. | |
Parse | Converts the string representation of a selector to the equivalent WebPartAdder.Selector structure. | |
PositivelyMatches | Determines whether the current WebPartAdder.Selector positively matches the specified WebPartAdder.Selector. | |
ToString | Returns the string representation of the current WebPartAdder.Selector. (Overrides ValueType.ToString().) | |
TryParse | Converts the string representation of a selector to the equivalent WebPartAdder.Selector structure. |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two WebPartAdder.Selector objects are equal. | |
Inequality | Determines whether two WebPartAdder.Selector objects are not equal. |
Top