CleanupScope.CleanupLocalPublishedContentFiles Property
Applies To: Windows Server Update Services
Gets or sets whether unneeded local published update files should be deleted.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool CleanupLocalPublishedContentFiles { get; set; }
public:
property bool CleanupLocalPublishedContentFiles {
bool get();
void set(bool value);
}
member CleanupLocalPublishedContentFiles : bool with get, set
Public Property CleanupLocalPublishedContentFiles As Boolean
Property Value
Type: System.Boolean
A value indicating whether unneeded local published update files should be deleted.
See Also
CleanupScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top