set_license method
set_license
Licenses the component.
def set_license(self, file_path):
...
Parameter | Type | Description |
---|---|---|
file_path | str | The absolute path to a license file. |
Example
This example demonstrates how to setup license.
set_license
Licenses the component.
def set_license(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | License stream. |
See Also
- module
groupdocs.metadata
- class
License