RelationshipPlaceholderGetProvider Method

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static IPlaceholderCommandProvider GetProvider(
	string command,
	string displayName = null,
	MFRelationshipsMode mode = MFRelationshipsMode.MFRelationshipsModeAll,
	Type filterType = null
)

Parameters

command  String
 
displayName  String  (Optional)
 
mode  MFRelationshipsMode  (Optional)
 
filterType  Type  (Optional)
 

Return Value

IPlaceholderCommandProvider

See Also