Identifies plugins that render UI into web site and require access to the REST API via the platform's client-side API.
IUserInterfaceRestApiAccessingPlugin
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IUserInterfaceRestApiAccessingPlugin : IPlugin { string[] RestScopeIds { get; } }