Share via


SharePoint Provider::RefreshConfigCache

This procedure refreshes the configuration cache for the virtual server.

Arguments

Input Arguments Required Description

<target>

Yes

The URL of the Windows SharePoint Services admin portal.

<GUID>

Yes

The GUID for the virtual server.

<adminGroupChanged>

Yes

True to specify that the administrator group has changed; otherwise, false.

Note

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

Remarks

No remarks.

Sample Code

Example XML Request

<request> 
    <procedure> 
 
        <execute namespace="WSS Provider" procedure="RefreshConfigCache" 
 
                   impersonate="1"> 
 
            <executeData> 
 
                <target>https://raven003:8080</target> 
 
                <GUID>7b3a53c5df264c54-9fc9056d958ff332</GUID> 
 
                <adminGroupChanged>true</adminGroupChanged> 
 
            </executeData> 
 
        </execute> 
 
    </procedure> 
 
</request> 

Example XML Response

No example XML response.

Typical C# Usage

No typical C# usage.

Applies To

Windows SharePoint Services Provider API for

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

SharePoint Provider::GetLanguages