Click or drag to resize

PFRelation_ItemFileGetByIdWithoutContent Method

Gets a file by its id but without its content.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFile GetByIdWithoutContent(
	long fileId
)

Parameters

fileId
Type: SystemInt64
Id of the file.

Return Value

Type: PFFile
PFFile
See Also