Click or drag to resize

PFModelingItemsCacheGetItemReference Method (PFSite, Int64, Int64, Guid, String, Guid)

Gets an item reference from the modeling items cache.

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 PFItemReference GetItemReference(
	PFSite site,
	long applicationId,
	long contentTypeId,
	Guid modelItemGuid,
	string languageCode = null,
	Guid targetColumnGuid = null
)

Parameters

site
Type: Packflow.CorePFSite
applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
modelItemGuid
Type: SystemGuid
languageCode (Optional)
Type: SystemString
targetColumnGuid (Optional)
Type: SystemGuid

Return Value

Type: PFItemReference
See Also