Click or drag to resize

PFItemGetAbsoluteUrl Method

Generates an absolute 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 GetAbsoluteUrl(
	PFContentType contentType,
	long itemId
)

Parameters

contentType
Type: Packflow.CorePFContentType
itemId
Type: SystemInt64

Return Value

Type: String
See Also