CleanupScope.CleanupUnneededContentFiles Property
Applies To: Windows Server Update Services
Gets or sets whether or not unneeded update files should be deleted.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool CleanupUnneededContentFiles { get; set; }
public:
property bool CleanupUnneededContentFiles {
bool get();
void set(bool value);
}
member CleanupUnneededContentFiles : bool with get, set
Public Property CleanupUnneededContentFiles As Boolean
Property Value
Type: System.Boolean
If true, unneeded update files will be deleted from the database.
If false, unneeded update files will not be deleted from the database.
See Also
CleanupScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top