Sets the license key.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static void SetLicenseKey( Uri resourceUri ) |
| Visual Basic |
|---|
Public Shared Sub SetLicenseKey ( _ resourceUri As Uri _ ) |
| Visual C++ |
|---|
public: static void SetLicenseKey( Uri^ resourceUri ) |
Parameters
- resourceUri
- Type: System..::..Uri
The URI refering to a license resource.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | An invalid resource URI or invalid license key is provided |