Click or drag to resize

PFApplicationServicePackflowApplicationTypeAddFile Method (String, String, PFUploadRequest)

Adds a new (unconfirmed) file in an item field.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFFile AddFile(
	string contentTypeName,
	string fieldName,
	PFUploadRequest request
)

Parameters

contentTypeName
Type: SystemString
fieldName
Type: SystemString
request
Type: Packflow.Interface.ServicesPFUploadRequest

Return Value

Type: PFFile
See Also