Namespace: Semata.DataStore
Class: Item
Gets all the Items associated with this one, by the AssociationType
public ItemIterator GetAssociations(AssociationType associationType)
Parameters
Type | Name | Description |
AssociationType | associationType | The AssociationType |
Returns: ItemIterator
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x1100 | AssociationType is invalid for an Item of this type |