UpdateClassification Enumeration

 

Indicates the type of updates that can be applied to an add-in package.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public enum UpdateClassification
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public enum class UpdateClassification
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Enumeration UpdateClassification

Members

Member name Description
CriticalUpate

Indicates that the update is critical.

ImportantUpdate

Indicates that the update is important.

Unknown

Indicates that the type of the update is not known. This is not a valid value to set by using AddInManager.NewAddInVersionAvailable.

Update

Indicates that the update is not important.

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top