Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetOne Method (String, Object)

Gets the first item with a specific value.

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 GetOne(
	string fieldName,
	Object fieldValue
)

Parameters

fieldName
Type: SystemString
fieldValue
Type: SystemObject

Return Value

Type: PFItemType
Found item or null.
See Also