Click or drag to resize

PFItemBatchActionGet Method (PFContentType)

Gets the list of actions for 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 ReadOnlyCollection<PFItemBatchAction> Get(
	PFContentType contentType
)

Parameters

contentType
Type: Packflow.CorePFContentType

Return Value

Type: ReadOnlyCollectionPFItemBatchAction
See Also