Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetByGuid Method

Gets an item by its guid.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemType GetByGuid(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object's GUID

Return Value

Type: PFItemType
Object or null if not found
See Also