SaaS CMS has officially launched! Learn more now.

Class CloudLicense

Inheritance
System.Object
CloudLicense
Namespace: EPiServer.Licensing.Services
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class CloudLicense : Object

Constructors

CloudLicense()

Declaration
public CloudLicense()

Properties

ServerLimitation

Declaration
public int ServerLimitation { get; set; }
Property Value
Type Description
System.Int32

SiteLicenses

Declaration
public LicensedSiteData[] SiteLicenses { get; set; }
Property Value
Type Description
LicensedSiteData[]

SiteLimitation

Declaration
public int SiteLimitation { get; set; }
Property Value
Type Description
System.Int32

Extension Methods