Table of Contents

Interface IReactService

Namespace
Shift.Contract.Presentation
Assembly
Shift.Sdk.dll
public interface IReactService
Extension Methods

Methods

RetrievePageSettingsAsync(IShiftPrincipal, string)

Task<PageSettings> RetrievePageSettingsAsync(IShiftPrincipal principal, string actionUrl)

Parameters

principal IShiftPrincipal
actionUrl string

Returns

Task<PageSettings>

RetrieveSiteSettingsAsync(IShiftPrincipal, bool)

Task<SiteSettings> RetrieveSiteSettingsAsync(IShiftPrincipal principal, bool refresh)

Parameters

principal IShiftPrincipal
refresh bool

Returns

Task<SiteSettings>