Click or drag to resize

ModelGetRelation Method (String)

Gets a relation by its name.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentRelation GetRelation(
	string relationName
)

Parameters

relationName
Type: SystemString
Name of the relation.

Return Value

Type: ContentRelation
ContentRelation
See Also