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