Method | Description | |
---|---|---|
License ( this config, string licenseText ) : void |
Allows user to specify the license string.
|
|
LicensePath ( this config, string licenseFile ) : void |
Allows user to specify the path for the license file.
|
public static License ( this config, string licenseText ) : void | ||
config | this | The |
licenseText | string | The license text. |
return | void |
public static LicensePath ( this config, string licenseFile ) : void | ||
config | this | The |
licenseFile | string | A relative or absolute path to the license file. |
return | void |