Click or drag to resize

PFRelation_ContentTypeItemAddWithCreationInfo Method

Creates a new item instance, with forced creation info, not yet persisted.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItem AddWithCreationInfo(
	PFUser createdBy,
	DateTimeOffset createdAt
)

Parameters

createdBy
Type: Packflow.CorePFUser
createdAt
Type: SystemDateTimeOffset

Return Value

Type: PFItem
The new item.
See Also