Used to create a new CSubscription

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

Syntax

C#
public CSubscription NewSubscription(
	string productCode,
	bool isDuesSynced
)
Visual Basic
Public Function NewSubscription ( _
	productCode As String, _
	isDuesSynced As Boolean _
) As CSubscription
Visual C++
public:
CSubscription^ NewSubscription(
	String^ productCode, 
	bool isDuesSynced
)

Parameters

productCode
Type: System..::..String
The key to the CDuesProduct associated with this subscription
isDuesSynced
Type: System..::..Boolean
true if this subscription should be included in dues billing runs; false if it should be billed as an optional subscription.

Return Value

Newly created CSubscription

See Also