Click or drag to resize

PFItemGetRelativeUrl Method (String, String, Int64)

Generates an URL for an hypothetical item.

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 GetRelativeUrl(
	string applicationName,
	string contentTypeName,
	long itemId
)

Parameters

applicationName
Type: SystemString
contentTypeName
Type: SystemString
itemId
Type: SystemInt64

Return Value

Type: String
See Also