Click or drag to resize

PFFile.GetAltUrl 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.Core.PFContentType
itemId
Type: System.Int64
fieldName
Type: System.String
fileName
Type: System.String

Return Value

Type: String
See Also