Click or drag to resize

ContentRelationIsMulti Method

Determines whether the specified content-type can hold multiple relations to the other side.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsMulti(
	IContentType contentType
)

Parameters

contentType
Type: Packflow.ModelingIContentType

Return Value

Type: Boolean
See Also