IPluginManagerRegisterTService, TImplementation Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Registers the specified service.

Namespace: ContentStudio.Plugins
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

void Register<TService, TImplementation>()

Type Parameters

TService
The type of the service. This implementation must be an interface.
TImplementation
The type of implementation provided.
See Also

Reference