Click or drag to resize

PFItemControllerPFItemTypeTryGetParentItem Method

Returns the source (related) item of the current item.

Uses the gridview context if any.

Uses the query string if the current object is being created from the source object.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFItem TryGetParentItem(
	PFItemType item,
	FormCollection collection = null
)

Parameters

item
Type: PFItemType
collection (Optional)
Type: FormCollection

Return Value

Type: PFItem
See Also