Interface IAddInManager
Namespace: LemonEdge.API.Core.Context.AddIns
Assembly: LemonEdge.API.dll
Syntax
public interface IAddInManager
Methods
GetAddIns(FrameworkType)
Declaration
Task<List<CustomAddIn>> GetAddIns(FrameworkType type)
Parameters
Type | Name | Description |
---|---|---|
FrameworkType | type |
Returns
Type | Description |
---|---|
Task<List<CustomAddIn>> |