PluginService.GetApps Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetApps(bool)
Get metadata for all apps.
public static IEnumerable<IPlugin> GetApps(bool filter = true)
Parameters
- filter
- bool
true
to only return settings apps that are enabled and loaded.
Returns
System.Collections.Generic.IEnumerable