Click or drag to resize

IAdapterDataHelperUpdateGroup Method

[Missing <summary> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroup(System.Int64,PSI.Sox.PackageRequest)"]

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
void UpdateGroup(
	long groupId,
	PackageRequest packageInfo
)

Parameters

groupId
Type: SystemInt64

[Missing <param name="groupId"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroup(System.Int64,PSI.Sox.PackageRequest)"]

packageInfo
Type: PackageRequest

[Missing <param name="packageInfo"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroup(System.Int64,PSI.Sox.PackageRequest)"]

See Also