GetAssociationsByChangeOrderIDs Method
Gets the Entities associated with a Change Order.
Required Permissions
ChangeOrderReadSyntax
public ChangeOrderEntAssoc[] GetAssociationsByChangeOrderIDs(
System.long[] changeOrderIds,
System.string entityClassId
)Public Function GetAssociationsByChangeOrderIDs( _
ByVal changeOrderIds() As System.Long, _
ByVal entityClassId As System.String _
) As ChangeOrderEntAssoc()Parameters
| Name | Description |
|---|---|
| changeOrderIds | A set of Change Order IDs. |
| entityClassId | The type of Entity to get associations to. |
Return Value
The resulting collections of Change Order associations.