Table of Contents

Class CMSPluginProductManagementExtensions

Namespace
CMS.Plugin.ProductManagement.Abstractions
Assembly
CMS.Plugin.ProductManagement.Abstractions.dll

产品管理扩展方法

public static class CMSPluginProductManagementExtensions
Inheritance
CMSPluginProductManagementExtensions
Inherited Members

Methods

TryAddProductManagement(IServiceCollection, Action<CMSPluginProductManagementOptions>?)

Tries the add setting management.

public static IServiceCollection TryAddProductManagement(this IServiceCollection services, Action<CMSPluginProductManagementOptions>? configureOptions = null)

Parameters

services IServiceCollection

The services.

configureOptions Action<CMSPluginProductManagementOptions>

The configure options.

Returns

IServiceCollection