Click or drag to resize
RentedUpdater Class
Class representing update logic for rented licenses.
Inheritance Hierarchy
SystemObject
  CMS.LicenseProviderRentedUpdater

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax
C#
public class RentedUpdater

The RentedUpdater type exposes the following members.

Constructors
  NameDescription
Public methodRentedUpdater
Rented updater constructor
Public methodRentedUpdater(String)
Constructor which can set rented license webservice url. If null default url is used.
Top
Methods
  NameDescription
Public methodRenewLicenseKeys
Renews license keys for domains specified by rented keys.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberEVENT_CODE
Event log code for rented license updates
Public fieldStatic memberLOG_SOURCE
Event log source for rented license updates
Top
Properties
  NameDescription
Protected propertyServiceUrl
Gets or sets rented license webservice url
Top
See Also