Click or drag to resize

PFModelingItemsCacheGetItem Method

Loads the item corresponding to the specified model item from the database.

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 PFItem GetItem(
	PFSite site,
	string applicationName,
	string contentTypeName,
	Guid modelItemGuid
)

Parameters

site
Type: Packflow.CorePFSite
applicationName
Type: SystemString
contentTypeName
Type: SystemString
modelItemGuid
Type: SystemGuid

Return Value

Type: PFItem
See Also