Click or drag to resize

PFRelation_ItemFileGetByField Method (String)

Gets files hosted by a given field.

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<PFFile> GetByField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field.

Return Value

Type: ListPFFile
ListT
Exceptions
ExceptionCondition
ObjectNotFoundExceptionField not found.
See Also