SaaS CMS has officially launched! Learn more now.

Interface ILicensedSiteRepository

Namespace: EPiServer.Licensing.Services
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public interface ILicensedSiteRepository : ICurrentSiteService

Methods

List()

Declaration
IEnumerable<SiteDefinition> List()
Returns
Type Description
System.Collections.Generic.IEnumerable<SiteDefinition>

Extension Methods