Click or drag to resize

PFRelation_ApplicationContentTypeGetByGuid Method

Tries to get a content-type by its guid. Uses cache if available.

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

Parameters

ctGuid
Type: SystemGuid

Return Value

Type: PFContentType
See Also