Click or drag to resize

PFItemBatchActionGet Method (PFContentType, String)

Gets a specific action of the specified content type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFItemBatchAction Get(
	PFContentType contentType,
	string methodName
)

Parameters

contentType
Type: Packflow.CorePFContentType
methodName
Type: SystemString

Return Value

Type: PFItemBatchAction
See Also