Namespace: Semata.DataStore
Class: Item
Removes the association of this Item with another
public void RemoveAssociationByName(string name, Item item)
Parameters
Type | Name | Description |
string | name | The name of the AssociationType |
Item | item | The other Item |
Returns: void
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x4101 | Association type does not exist |