C-DEngine 5.105

TheActivationKeyGenerator..::..GetParametersForActivationKey Method

This function generates a list of LicenseParameters for all the licenses, with all values set to 0.

Namespace:  nsCDEngine.ActivationKey
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool GetParametersForActivationKey(
	IEnumerable<TheLicense> licenses,
	out List<TheLicenseParameter> activationKeyParameters,
	out List<TheLicense> licenseForParameters
)
Public Shared Function GetParametersForActivationKey ( _
	licenses As IEnumerable(Of TheLicense), _
	<OutAttribute> ByRef activationKeyParameters As List(Of TheLicenseParameter), _
	<OutAttribute> ByRef licenseForParameters As List(Of TheLicense) _
) As Boolean
public:
static bool^ GetParametersForActivationKey(
	IEnumerable<TheLicense^>^ licenses, 
	[OutAttribute] List<TheLicenseParameter^>^% activationKeyParameters, 
	[OutAttribute] List<TheLicense^>^% licenseForParameters
)

Parameters

licenses
Type: IEnumerable<(Of <(<'TheLicense>)>)>
activationKeyParameters
Type: List<(Of <(<'TheLicenseParameter>)>)>%
licenseForParameters
Type: List<(Of <(<'TheLicense>)>)>%

Return Value