IUpdateServer.DeleteDynamicCategory Method (String, DynamicCategoryType)

 

Applies To: Windows Server Update Services

Removes a dynamic category from the WSUS server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

void DeleteDynamicCategory(
    string name,
    DynamicCategoryType type
)
void DeleteDynamicCategory(
    String^ name,
    DynamicCategoryType type
)
abstract DeleteDynamicCategory : 
        name:string *
        type:DynamicCategoryType -> unit
Sub DeleteDynamicCategory (
    name As String,
    type As DynamicCategoryType
)

Parameters

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top