IUpdateCategory Interface

 

Applies To: Windows Server Update Services

Use this interface for information and updates related to a category. To get this interface, call the following methods: Item; GetUpdateCategory.

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

Syntax

public interface IUpdateCategory
public interface class IUpdateCategory
type IUpdateCategory = interface end
Public Interface IUpdateCategory

Properties

Name Description
System_CAPS_pubproperty ArrivalDate

Gets the date and time the category was added.

System_CAPS_pubproperty Description

Gets the description of the category.

System_CAPS_pubproperty DisplayOrder

Gets the order in which the category is displayed relative to its siblings.

System_CAPS_pubproperty Id

Gets the GUID of the category.

System_CAPS_pubproperty ProhibitsSubcategories

Gets whether the category allows subcategories.

System_CAPS_pubproperty ProhibitsUpdates

Gets whether the category allows child updates.

System_CAPS_pubproperty ReleaseNotes

Gets the release notes for the category.

System_CAPS_pubproperty Title

Gets the title of the category.

System_CAPS_pubproperty Type

Gets the type of the category.

System_CAPS_pubproperty UpdateSource

Gets the original source of this category.

Methods

Name Description
System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current IUpdateCategory, suitable for use in hashing algorithms and data structures, such as a hash table.

System_CAPS_pubmethod GetParentUpdateCategory()

Gets the parent category of this category.

System_CAPS_pubmethod GetSubcategories()

Gets the subcategories of this category.

System_CAPS_pubmethod GetSummaryPerUpdate()

Gets the summary information for drivers and software updates in this category and all subcategories for all computers.

System_CAPS_pubmethod GetTotalSummary()

Gets one summary summed across all drivers and software updates in this category and all subcategories for all computers.

System_CAPS_pubmethod GetTotalSummaryPerComputerTarget()

Gets the summary information for drivers and software updates in this category and all subcategories for all computers.

System_CAPS_pubmethod GetUpdates()

Gets a list of updates that belong to this category and its child categories.

System_CAPS_pubmethod GetUpdates(ApprovedStates)

Gets a list of updates that belong to this category and its child categories.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top