Click or drag to resize

PFItemBatchAction.Get 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.Core.PFContentType

Return Value

Type: ReadOnlyCollection<PFItemBatchAction>
See Also