Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetFileInfo Method

Gets a file's information.

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 GetFileInfo(
	string contentTypeName,
	long itemId,
	string fieldName,
	string fileName
)

Parameters

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

Return Value

Type: PFFile
See Also