Try our conversational search powered by Generative AI!

Class LicenseInformationStore

Inheritance
System.Object
LicenseInformationStore
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Namespace: EPiServer.Shell.UI.Rest
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("Use EPiServer.Shell.UI.Rest.Internal.LicenseInformationStore instead at your own risk it is considered internal API. This will be removed in an upcoming major release.")]
public class LicenseInformationStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer

Constructors

LicenseInformationStore(LocalizationService)

Declaration
public LicenseInformationStore(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

Methods

Get(String)

Declaration
public RestResult Get(string id)
Parameters
Type Name Description
System.String id
Returns
Type Description
RestResult

GetGracePeriod()

Declaration
[Obsolete("Use the instance method GetGracePeriod on EPiServer.Shell.UI.Rest.Internal.LicenseInformationStore instead.")]
public static TimeSpan GetGracePeriod()
Returns
Type Description
System.TimeSpan

GetSiteLicenseMessage()

Declaration
public Tuple<string, string> GetSiteLicenseMessage()
Returns
Type Description
System.Tuple<System.String, System.String>

Implements

System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer

Extension Methods