PluginManagerGetInstanceTService Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets an instance of the provided service (plug-in), using its name.

Namespace: ContentStudio.Plugins
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public virtual TService GetInstance<TService>()

Type Parameters

TService
The type of the service. This implementation must be an interface.

Return Value

Type: TService
an instance of the specified service.

Implements

IPluginManagerGetInstanceTService
See Also

Reference