Click or drag to resize

LicenseUtilsDeleteLicense Method

Deletes a license along with its license file.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool DeleteLicense(
	Guid productId
)

Parameters

productId
Type: SystemGuid

[Missing <param name="productId"/> documentation for "M:Rhino.PlugIns.LicenseUtils.DeleteLicense(System.Guid)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.LicenseUtils.DeleteLicense(System.Guid)"]

See Also