IWebContextualApplicationType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IWebContextualApplicationType : IApplicationType, IPlugin { IApplication GetCurrentApplication(IWebContext context); bool IsCurrentApplicationType(IWebContext context); }
Methods
IApplication GetCurrentApplication(IWebContext context);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
context | IWebContext | Context | Required |
Return Type
bool IsCurrentApplicationType(IWebContext context);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
context | IWebContext | Context | Required |
Return Type
bool