Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGet Method (String, Object)

Get all items 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 List<PFItemType> Get(
	string fieldName,
	Object fieldValue
)

Parameters

fieldName
Type: SystemString
fieldValue
Type: SystemObject

Return Value

Type: ListPFItemType
List of found items.
See Also