Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.LocalContentCachePath Property

Gets the path of the local content cache.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As String

value = instance.LocalContentCachePath

string LocalContentCachePath { get; }
/** @property */
String get_LocalContentCachePath ()

function get LocalContentCachePath () : String

Property Value

The local or network path of the local content cache that contains the update binaries that were downloaded from the upstream server.

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.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.