AddEnumerationPropertyValue Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Adds an enumeration value to the current enumerated property.
Overload List
Name | Description | |
---|---|---|
AddEnumerationPropertyValue(String) | Adds an enumeration value to the current enumerated property with the specified enumeration value. | |
AddEnumerationPropertyValue(String, Int32) | Adds an enumeration value to the current enumerated property with the specified enumeration value and rank. | |
AddEnumerationPropertyValue(String, String) | Adds an enumeration value to the current enumerated property with the specified enumeration value and in the specified language. | |
AddEnumerationPropertyValue(String, String, Int32) | Adds an enumeration value to the current enumerated property with the specified enumeration value, specified language, and rank. |
Top
Remarks
Adds an enumeration value to this enumeration. The enumeration object must be saved before these changes will be persisted to the database.
See Also
Reference
CatalogEnumerationProperty Class