Click or drag to resize

ModelGetRelation Method (Guid)

Gets a relation by its GUID.

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(
	Guid relGuid
)

Parameters

relGuid
Type: SystemGuid
Guid of the relation.

Return Value

Type: ContentRelation
ContentRelation
See Also