Click or drag to resize

PFRelation_ContentTypeFieldGetByName Method

Gets a field by its name. 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 PFField GetByName(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: PFField
See Also