Click or drag to resize

ModelGetRelation Method (Int32)

Gets a relation by its id.

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(
	int relId
)

Parameters

relId
Type: SystemInt32
Id of the relation.

Return Value

Type: ContentRelation
ContentRelation
See Also