Click or drag to resize

IBusinessObjectApiModifyGroup Method

Modify Group

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void ModifyGroup(
	UserContext userContext,
	string carrier,
	long groupId,
	string groupType,
	PackageRequest packageRequest,
	SerializableDictionary userParams
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
carrier
Type: SystemString
carrier
groupId
Type: SystemInt64
group id
groupType
Type: SystemString
GroupType
packageRequest
Type: PSI.SoxPackageRequest
package request
userParams
Type: PSI.SoxSerializableDictionary
user params
See Also