Click or drag to resize

PFModelingItemsCacheGetItemModelGuid Method

Gets a item model GUID corresponding to the specified item. Using the cache, avoids querying 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 Guid GetItemModelGuid(
	PFSite site,
	PFItemReference reference
)

Parameters

site
Type: Packflow.CorePFSite
reference
Type: Packflow.CorePFItemReference

Return Value

Type: Guid
See Also