Click or drag to resize

PFApplicationServicePackflowApplicationTypeAddFile Method (String, Int64, String, String, Byte)

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,
	long itemId,
	string fieldName,
	string fileName,
	byte[] fileContent
)

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64
fieldName
Type: SystemString
fileName
Type: SystemString
fileContent
Type: SystemByte

Return Value

Type: PFFile
See Also