Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetFileStream 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 PFDownloadResponse GetFileStream(
	string contentTypeName,
	string fieldName,
	PFDownloadRequest request
)

Parameters

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

Return Value

Type: PFDownloadResponse
See Also