This method returns a license defintion for the given pacakge id
Namespace: Composite.Core.PackageSystemAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static PackageLicenseDefinition GetLicenseDefinition( Guid productId ) |
Visual Basic |
---|
Public Shared Function GetLicenseDefinition ( _ productId As Guid _ ) As PackageLicenseDefinition |
Visual C++ |
---|
public: static PackageLicenseDefinition^ GetLicenseDefinition( Guid productId ) |
Parameters
- productId
- Type: System..::..Guid
The package id to locate licende definition for.