Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetFilesInfo Method (String, Int64, String)

Gets a information of all files of an item's 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 List<PFFile> GetFilesInfo(
	string contentTypeName,
	long itemId,
	string fieldName
)

Parameters

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

Return Value

Type: ListPFFile
See Also