Click or drag to resize

PFContentTypeGetRelationContentType Method (ContentRelation, Boolean)

Gets the content-type at the other side of a given relation.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFContentType GetRelationContentType(
	ContentRelation relation,
	out bool applicationFound
)

Parameters

relation
Type: Packflow.ModelingContentRelation
applicationFound
Type: SystemBoolean

Return Value

Type: PFContentType
See Also