Click or drag to resize

PFRelation_ContentTypeItem Constructor

Initializes a new instance of the PFRelation_ContentTypeItem class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFRelation_ContentTypeItem(
	PFContentType parent
)

Parameters

parent
Type: Packflow.CorePFContentType
The parent content-type.
See Also