C# Class SharePoint.NintexDeployment.Utilities.WorkflowUtilities

ファイルを表示 Open project: vgrem/Blog-content

Public Methods

Method Description
BindWorkflow ( SPWeb web, string contentTypeName, string workflowName ) : void

Bind workflow

Method Details

BindWorkflow() public static method

Bind workflow
public static BindWorkflow ( SPWeb web, string contentTypeName, string workflowName ) : void
web SPWeb
contentTypeName string
workflowName string
return void