Click or drag to resize

PFFileGetAltUrl Method

Gets the relative URL for the specified file. using the file name 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 GetAltUrl(
	PFContentType parentContentType,
	long itemId,
	string fieldName,
	string fileName
)

Parameters

parentContentType
Type: Packflow.CorePFContentType
itemId
Type: SystemInt64
fieldName
Type: SystemString
fileName
Type: SystemString

Return Value

Type: String
See Also