Click or drag to resize

PFContentTypeGetRelationContentType Method (String)

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(
	string relationName
)

Parameters

relationName
Type: SystemString

Return Value

Type: PFContentType
See Also