Click or drag to resize

ContentRelationGetOtherContentType Method

Gets the content-type at the other end of the relation. Returns a local ContentType or a local ExternalContentType (always from the model of this relation).

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

Parameters

contentType
Type: Packflow.ModelingIContentType

Return Value

Type: IContentType
See Also