Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes all SPUserCustomAction objects in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As SPUserCustomActionCollection
instance.Clear()
public void Clear()
Remarks
This method marks the collection as modified.
See also
Reference
SPUserCustomActionCollection class