SPQuotaTemplateCollection.Delete method
Deletes the quota template object with the specified name from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Delete ( _
name As String _
)
'Usage
Dim instance As SPQuotaTemplateCollection
Dim name As String
instance.Delete(name)
public void Delete(
string name
)
Parameters
name
Type: System.StringA string that contains the name of the quota template to delete.
See also
Reference
SPQuotaTemplateCollection class