Click or drag to resize

PFRelation_ContentTypeFieldGetById Method (Int64)

Gets a field by its id. Uses cache by default.

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

Parameters

id
Type: SystemInt64

Return Value

Type: PFField
See Also