WebPartVerbCollection.Contains Method (WebPartVerb)
.NET Framework (current version)
Searches the Web Parts verb collection for the specified WebPartVerb object.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts.WebPartVerb
The WebPartVerb to be found.
Return Value
Type: System.Booleantrue if the collection contains the Web Parts verb; otherwise, false.
For more information on using this method, see its base method, CollectionBase.IList.Contains.
.NET Framework
Available since 2.0
Available since 2.0
Show: