Click or drag to resize

PFRelation_ItemFileGetByFieldWithoutContent Method (PFField)

Gets files hosted by a given field but without their content.

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> GetByFieldWithoutContent(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField
Packflow field.

Return Value

Type: ListPFFile
ListT
See Also