Click or drag to resize

SubscriptionQueryInput Constructor

Initializes a new instance of the SubscriptionQueryInput class

Namespace: Spire.Presentation.AI.Model
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SubscriptionQueryInput(
	string appKey = null,
	string productType = null,
	string subscriptionType = null,
	string startTime = null,
	string endTime = null,
	string user = null,
	bool? isActive = null,
	bool? generateLicenseKey = null,
	string site = null
)

Parameters

appKey (Optional)
Type: System String
productType (Optional)
Type: System String
subscriptionType (Optional)
Type: System String
startTime (Optional)
Type: System String
endTime (Optional)
Type: System String
user (Optional)
Type: System String
isActive (Optional)
Type: System Nullable Boolean
generateLicenseKey (Optional)
Type: System Nullable Boolean
site (Optional)
Type: System String
See Also