Click or drag to resize

PFRelation_ItemFileGetByValue Method

Gets files hosted by the specified 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<PFFile> GetByValue(
	PFFieldFileHolderValue value
)

Parameters

value
Type: Packflow.CorePFFieldFileHolderValue
FileHolder value.

Return Value

Type: ListPFFile
ListT
See Also