Returns the service provider identical to one passed into Init(IServiceProvider) method.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
IServiceProvider GetServiceProvider( string pluginName )
Parameters
- pluginName
- Type: SystemString
Unique string value that can be used as non-rooted path for config and data storage. Conventionally plugin assembly name is used as unique plugin name.
Return Value
Type: IServiceProviderProvider for retrieving api services.
See Also