Click or drag to resize

PFGroupGetGroupUrl Method (PFStructureObject, Int64)

Gets the form URL of the specified group having the specified parent object.

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 GetGroupUrl(
	PFStructureObject parent,
	long groupId
)

Parameters

parent
Type: Packflow.CorePFStructureObject
groupId
Type: SystemInt64

Return Value

Type: String
See Also