Click or drag to resize

PFApplicationServicePackflowApplicationTypeAttachFilePocoItemType Method (String, String, PFUploadRequest)

Attach a new file in an item field and saves the item.

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 PocoItemType AttachFile<PocoItemType>(
	string contentTypeName,
	string fieldName,
	PFUploadRequest request
)
where PocoItemType : PFItem

Parameters

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

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also