Click or drag to resize

PFRelation_ApplicationContentTypeGetById Method (Int64)

Tries to get a content-type by its id. 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 GetById(
	long ctId
)

Parameters

ctId
Type: SystemInt64

Return Value

Type: PFContentType
See Also