Click or drag to resize

ModelAddRelation Method

Adds a new relation.

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 AddRelation(
	string name
)

Parameters

name
Type: SystemString
Name of the relation.

Return Value

Type: ContentRelation
ContentRelation
See Also