Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 417 Bytes

ReloadAllPluginData.md

File metadata and controls

14 lines (9 loc) · 417 Bytes

IPublicAPI.ReloadAllPluginData method

Reloads any Plugins that have the IReloadable implemented. It refreshes Plugin's in memory data with new content added by user.

public Task ReloadAllPluginData()

See Also