Table of Contents

Class CMSPluginExtensions

Namespace
CMS.Plugin.FlowManagement.Abstractions
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

流程管理扩展方法

public static class CMSPluginExtensions
Inheritance
CMSPluginExtensions
Inherited Members

Methods

TryAddFlowManagement(IServiceCollection, Action<CMSPluginFlowManagementOptions>)

Tries the add flow management.

public static IServiceCollection TryAddFlowManagement(this IServiceCollection services, Action<CMSPluginFlowManagementOptions> setupAction = null)

Parameters

services IServiceCollection

The services.

setupAction Action<CMSPluginFlowManagementOptions>

The setup action.

Returns

IServiceCollection