RelationshipPlaceholder Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public RelationshipPlaceholder(
	MFRelationshipsMode mode = MFRelationshipsMode.MFRelationshipsModeAll,
	Type filterType = null
)

Parameters

mode  MFRelationshipsMode  (Optional)
The relationship mode to use during expansion.
filterType  Type  (Optional)
The type of filter (None, Class or objType) that the placeholder can define.

See Also