introducing Site Groups
This commit is contained in:
13
Oqtane.Server/Modules/ISynchronizable.cs
Normal file
13
Oqtane.Server/Modules/ISynchronizable.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
public interface ISynchronizable
|
||||
{
|
||||
// You Must Set The "ServerManagerType" In Your IModule Interface
|
||||
|
||||
string ExtractModule(Module module);
|
||||
|
||||
void LoadModule(Module module, string content, string version);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user