Click or drag to resize
LicenseHelper Methods

The LicenseHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddTrialLicenseKeys
Creates trial license keys.
Public methodStatic memberCheckFeature
Returns true if the feature is available for current URL.
Public methodStatic memberCheckFeatureAndRedirect
Gets the license key for the URL and checks if the feature is supported for its product edition. If not, it redirects the user to ~/CMSMessages/FeatureNotAvailable.aspx
Public methodStatic memberCheckLicenseLimitations
Checks that number of feature-related objects on current website does not exceed the license limitations.
Public methodStatic memberClear
Clears the hashtable with URL results.
Public methodStatic memberClearLicenseLimitation
Clear license limitations tables.
Public methodStatic memberGetAllAvailableKeys
Reports that the license limit was exceeded
Public methodStatic memberGetEditionName
Returns edition name.
Public methodStatic memberGetSiteIDbyDomain
Returns site id by domains.
Public methodStatic memberGetValidationResultString
Converts license validation result to its string representation.
Public methodStatic memberIsFeatureAvailableInBestLicense
Indicates if specified feature is available based on whether equivalent module is loaded and specified feature is available in user's best license.
Public methodStatic memberIsFeatureAvailableInUI
Indicates if specified feature is available in UI based on whether equivalent module is loaded and specified feature is available in user's license.
Public methodStatic memberIsUnavailableUIHidden
Determines whether the user interface, which is unavailable due to the license, should be hidden from all sites.
Public methodStatic memberLicenseVersionCheck
License version checker.
Public methodStatic memberReportExceededFeatureLimit
Reports that feature limit is exceeded for domain license.
Public methodStatic memberReportFailedLicenseCheck
Reports failed license check for given feature.
Public methodStatic memberRequestFeature
Gets the license key for the URL and checks if the feature is supported for its product edition. If not, it throws and exception.
Public methodStatic memberRequestWebDAVFeature
Checks if the WebDAV feature is supported for current domain. If not, it throws and exception.
Public methodStatic memberValidateLicenseForDomain
Validates license for specified domain.
Top
See Also