SharePoint2007Provider::GetSiteQuota

This procedure gets the quota for the specified SharePoint site collection.

Arguments

Input Arguments Required Description

<target>

Yes

The URL of the Windows SharePoint Services administration site.

<siteGUID>

Yes

The globally unique identifier (GUID) of the Windows SharePoint Services site collection.

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="GetSiteQuota" impersonate="1"> 
         <executeData> 
            <target>https://WSSFE:8080</target> 
            <siteGUID>fa184b64-80ec-48f8-99e9-b56a62efa9a5</siteGUID> 
         </executeData> 
         <after source="executeData" destination="data" mode="merge" /> 
      </execute> 
   </procedure> 
</request>

Example XML Response

<response> 
   <data> 
      <warningLevel>10000000</warningLevel> 
      <maxDBSize>20000000</maxDBSize> 
   </data> 
</response>

Applies To

SharePoint 2007 Provider for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

SharePoint2007Provider::SetSiteQuota
SharePoint2007Provider::ModifySiteQuota