Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetById Method (Int64)

Gets an item by id.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemType GetById(
	long id
)

Parameters

id
Type: SystemInt64
Object's id

Return Value

Type: PFItemType
Object or null if not found
See Also