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)
Available in Sandboxed Solutions: No

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.String

    A string that contains the name of the quota template to delete.

See Also

Reference

SPQuotaTemplateCollection Class

SPQuotaTemplateCollection Members

Microsoft.SharePoint.Administration Namespace