SharePoint2007Provider::DeleteQuotaTemplate

This procedure deletes an existing quota template from the global quota template list.

Arguments

Input Arguments Required Description

<target>

Yes

The URL of the Windows SharePoint Services administration site.

<templateName>

Yes

The name of the new quota template.

Remarks

The caller must be a member of the local administrators group, or the group that is designated as the SharePoint Administrators Group Account.

Sample Code

Example XML Request

<request> 
    <procedure> 
        <execute namespace="SharePoint2007Provider" procedure="DeleteQuotaTemplate" impersonate="1"> 
            <executeData> 
                        <target>https://raven003:8080</target> 
                        <templateName>newQuotaTemplate</templateName> 
            </executeData> 
        </execute> 
    </procedure> 
</request>

Applies To

SharePoint 2007 Provider for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

SharePoint2007Provider::AddQuotaTemplate
SharePoint2007Provider::ModifyQuotaTemplate