Skip to main content

CreateRemotePlugin

No overview available.

def CreateRemotePlugin(
pluginEntry: webapi.PluginEntry
) - > core.PluginEntry

Creates a remote plugin by passing the provided plugin entry to the internal remote plugin creation mechanism. This function acts as a wrapper to facilitate the creation of remote plugins within the system.

Parameters

NameTypeDescription
pluginEntrywebapi.PluginEntryThe plugin entry containing the necessary information to create the remote plugin.

Returns

TypeDescription
core.PluginEntryThe core plugin entry representing the newly created remote plugin.