Click or drag to resize

SubscriptionListOutput Constructor

Initializes a new instance of the SubscriptionListOutput class

Namespace: Spire.Presentation.AI.Model
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SubscriptionListOutput(
	bool succeeded = false,
	string errorcode = null,
	string message = null,
	int purchaseCount = 0,
	int purchaseCost = 0,
	string licenseKey = null,
	List<SubscriptionInfo> subscriptionList = null
)

Parameters

succeeded (Optional)
Type: System Boolean
errorcode (Optional)
Type: System String
message (Optional)
Type: System String
purchaseCount (Optional)
Type: System Int32
purchaseCost (Optional)
Type: System Int32
licenseKey (Optional)
Type: System String
subscriptionList (Optional)
Type: System.Collections.Generic List SubscriptionInfo
See Also