Namespace: Semata.DataStore
Class: Connection
Creates an ItemType.
public: ItemType^ AddItemType(String^ name, String^ description, String^ annotation)
Parameters
Type | Name | Description |
String^ | name | Name of the Item |
String^ | description | Description of the Item |
String^ | annotation | Annotation of the Item |
Returns: ItemType^
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x3903 | ItemType with this name already exists |