Click or drag to resize

PFListViewGetItems Method

Returns a list of PFListViewItem from the current widget settings and the given pagination parameters.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFWidgetActionAttribute]
public IList<PFListViewItem> GetItems(
	PFSite site,
	Nullable<int> limit,
	Nullable<int> skip,
	IPFItemHtmlHelperProvider provider
)

Parameters

site
Type: Packflow.CorePFSite
limit
Type: SystemNullableInt32
skip
Type: SystemNullableInt32
provider
Type: Packflow.CoreIPFItemHtmlHelperProvider

Return Value

Type: IListPFListViewItem
See Also