UploaderLicenseProviderGetLicense Method |
GetLicense
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic override License GetLicense(
LicenseContext context,
Type type,
Object instance,
bool allowExceptions
)
Public Overrides Function GetLicense (
context As LicenseContext,
type As Type,
instance As Object,
allowExceptions As Boolean
) As License
Parameters
- context
- Type: System.ComponentModelLicenseContext
- type
- Type: SystemType
- instance
- Type: SystemObject
- allowExceptions
- Type: SystemBoolean
Return Value
Type:
License
See Also