[Visual Basic]
Overrides Public Function GetLicense( _
ByVal context As LicenseContext, _
ByVal type As Type, _
ByVal instance As Object, _
ByVal allowExceptions As Boolean _
) As License
ByVal context As LicenseContext, _
ByVal type As Type, _
ByVal instance As Object, _
ByVal allowExceptions As Boolean _
) As License
[C#]
public override License GetLicense(
LicenseContext context,
Type type,
object instance,
bool allowExceptions
);
See Also
public override License GetLicense(
LicenseContext context,
Type type,
object instance,
bool allowExceptions
);
UploaderLicenseProvider Class | CuteWebUI Namespace