PluginService.GetFunctions Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetFunctions(bool)
Gets all functions.
public static IEnumerable<IFunction> GetFunctions(bool filter = true)
Parameters
- filter
- bool
True to only return settings plugins that are enabled and loaded.
Returns
System.Collections.Generic.IEnumerable