Class NoopApiAccessService
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class NoopApiAccessService : IApiAccessService
Methods
View SourceHasPreviewAccess()
Retrieves information on whether or not the API currently allows preview access.
Declaration
public bool HasPreviewAccess()
Returns
Type | Description |
---|---|
System.Boolean |
HasPublicAccess()
Retrieves information on whether or not the API currently allows public access.
Declaration
public bool HasPublicAccess()
Returns
Type | Description |
---|---|
System.Boolean |