Click or drag to resize

PFControllerFactoryCreateItemController Method

Creates a new instance of item controller for the specified content-type.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFItemController CreateItemController(
	PFContentType contentType
)

Parameters

contentType
Type: Packflow.CorePFContentType

Return Value

Type: PFItemController
See Also