Click or drag to resize

ContentRelationLinkedToContentTypes Method

Determines if this relation is linked (in a direction or the other) to the specified content-types.

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 LinkedToContentTypes(
	IContentType contentType1,
	IContentType contentType2
)

Parameters

contentType1
Type: Packflow.ModelingIContentType
contentType2
Type: Packflow.ModelingIContentType

Return Value

Type: Boolean
See Also