Gets all of the Donor Club products (award levels) defined in the iMIS system.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static CDonorClubProduct[] GetDonorClubData(
	IiMISUser user
)
Visual Basic
Public Shared Function GetDonorClubData ( _
	user As IiMISUser _
) As CDonorClubProduct()
Visual C++
public:
static array<CDonorClubProduct^>^ GetDonorClubData(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

Return Value

An array of all of the Donor Club products defined in the system

See Also