Click or drag to resize

IBusinessObjectPostModifyGroup Method

Business rules hook that fires after the ModifyGroup event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void PostModifyGroup(
	string carrier,
	Group group,
	string groupType,
	SerializableDictionary userParams
)

Parameters

carrier
Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS
group
Type: PSI.SoxGroup
groupType
Type: SystemString
Group type.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also