conaito SlideShow SDK v1.6
Initializes license information

Namespace: Conaito.SWFSlideShow
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)

Syntax

C#
public void SetLicense(
	string licenseKey
)
Visual Basic
Public Sub SetLicense ( _
	licenseKey As String _
)
Visual C++
public:
void SetLicense(
	String^ licenseKey
)

Parameters

licenseKey
Type: System..::..String
The license key.

See Also