Click or drag to resize

VGRepositoryCreateNewLicenseRequest Method

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGLicenseRequestInfo CreateNewLicenseRequest(
	string email,
	string name,
	string lastname,
	string company,
	string phoneNumber,
	string state,
	string additionnalInfo,
	int numberOfUser
)

Parameters

email
Type: SystemString
name
Type: SystemString
lastname
Type: SystemString
company
Type: SystemString
phoneNumber
Type: SystemString
state
Type: SystemString
additionnalInfo
Type: SystemString
numberOfUser
Type: SystemInt32

Return Value

Type: VGLicenseRequestInfo
See Also