Click or drag to resize

PFItemConvertPocoFHValueToCoreFHValue Method

Converts a poco file holder value to a file holder value.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFFieldFileHolderValue ConvertPocoFHValueToCoreFHValue(
	PFItem item,
	PFFieldFileHolder field,
	List<PFFileValueReference> references,
	bool throwIfInvalidReference
)

Parameters

item
Type: Packflow.CorePFItem
field
Type: Packflow.CorePFFieldFileHolder
references
Type: System.Collections.GenericListPFFileValueReference
throwIfInvalidReference
Type: SystemBoolean

Return Value

Type: PFFieldFileHolderValue
See Also