Click or drag to resize

PFFileGetUrl Method (PFContentType, Int64, Int64)

Gets the relative URL for the specified file. using the file ID as last fragment

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string GetUrl(
	PFContentType parentContentType,
	long itemId,
	long fileId
)

Parameters

parentContentType
Type: Packflow.CorePFContentType
itemId
Type: SystemInt64
fileId
Type: SystemInt64

Return Value

Type: String
See Also