Copies the resource files and DLLs of provisioned Web applications in the Web service to folders within
C:\Inetpub\wwwroot\wss\VirtualDirectories.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
'Usage
Dim instance As SPWebService
instance.ApplyApplicationContentToLocalServer
'Declaration
Public Sub ApplyApplicationContentToLocalServer
Calling the ApplyApplicationContentToLocalServer method copies, for example, the layouts.sitemap file to the \VirtualDirectories\_app_bin directory, and it merges content with the web.config file in the root virtual directory of the SharePoint Web application.
Only local administrators can call this method.