Click or drag to resize

PFUserNavigationEntryViewHtmlHelperGetObjectUrl Method

Gets the URL of a given object. This URL is used in the left button of data rows.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override string GetObjectUrl(
	PFBaseObject obj
)

Parameters

obj
Type: Packflow.CorePFBaseObject
The object.

Return Value

Type: String
An URL or String.Empty if not any.
See Also