IUpdateServerConfiguration.LocalContentCachePath Property
Applies To: Windows Server Update Services
Gets the path of the local content cache.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string LocalContentCachePath { get; }
property String^ LocalContentCachePath {
String^ get();
}
abstract LocalContentCachePath : string with get
ReadOnly Property LocalContentCachePath As String
Property Value
Type: System.String
The local or network path of the local content cache that contains the update binaries that were downloaded from the upstream server.
Remarks
This path is used to cache newly downloaded content during the synchronization process.
To change the location of the cache, use the movecontent parameter of WsusUtil.exe.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top