Click or drag to resize

PFUserGetUserUrl Method (PFSite, Int64)

Gets the form URL of the specified user having the specified parent site.

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 GetUserUrl(
	PFSite site,
	long userId
)

Parameters

site
Type: Packflow.CorePFSite
userId
Type: SystemInt64

Return Value

Type: String
See Also