Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetFileContent Method

Gets a file's content.

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

Parameters

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

Return Value

Type: Byte
See Also