Click or drag to resize

PFContentTypeModelRelations Property

Gets the list of model relations linked to this content-type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<ContentRelation> ModelRelations { get; }

Property Value

Type: ListContentRelation
See Also