PluginService.GetApp Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets app metadata from the repository. |
Get |
Gets app metadata from the repository. |
GetApp(Guid)
Gets app metadata from the repository.
public static IPlugin GetApp(Guid id)
Parameters
- id
- System.Guid
Returns
GetApp()
Gets app metadata from the repository.
public static IPlugin GetApp<TApp>()
where TApp : App