Click or drag to resize

PFItemDataCollectionGetValueFileHolder Method

Gets a file holder value. Will return null if the value has the wrong type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldFileHolderValue GetValueFileHolder(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the SQL column or of the PFField.

Return Value

Type: PFFieldFileHolderValue
See Also