Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGet Method (String, Object, String)

Gets all objects with a specific value, ordered by a given column.

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,
	string orderBy
)

Parameters

fieldName
Type: SystemString
fieldValue
Type: SystemObject
orderBy
Type: SystemString

Return Value

Type: ListPFItemType
List of found objects.
See Also