Click or drag to resize

ContentTypeGetItem Method

Gets a modeled item by its GUID.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentItem GetItem(
	Guid itemModelingGuid
)

Parameters

itemModelingGuid
Type: SystemGuid
GUID of the item.

Return Value

Type: ContentItem
ContentItem
See Also