2.2.5.7.1 UpdateClassification

The UpdateClassification type represents the different types of updates that an add-in can have.

 <xs:simpleType name="UpdateClassification">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="CriticalUpate" />
     <xs:enumeration value="ImportantUpdate" />
     <xs:enumeration value="Update" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

Unknown

Unknown is not a valid value to set using AddInManager.NewAddInVersionAvailable.

CriticalUpate

The update is critical. Note the idiosyncratic spelling of the value string.

ImportantUpdate

The update is important.

Update

The update is less important.