PFApplicationService<PackflowApplicationType>.GetItemsByFieldValue2<PocoItemType> Method |
Gets items of a given content-type using a filter.
Namespace:
Packflow.Interface.Services
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntaxprotected List<PocoItemType> GetItemsByFieldValue2<PocoItemType>(
string contentTypeName,
string fieldName,
PFQueryFilterOperator filterOperator,
string fieldValue
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: System.String
- fieldName
- Type: System.String
- filterOperator
- Type: Packflow.Core.PFQueryFilterOperator
- fieldValue
- Type: System.String
Type Parameters
- PocoItemType
Return Value
Type:
List<PocoItemType>
See Also