MFilesUrlPlaceholderGetProvider Method

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static MFilesUrlPlaceholderCommandProvider GetProvider(
	string command = "MFILESURL",
	string displayName = null,
	UrlTargetPlatform platform = UrlTargetPlatform.Desktop,
	bool specificVersion = false,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)

Parameters

command  String  (Optional)
 
displayName  String  (Optional)
 
platform  UrlTargetPlatform  (Optional)
 
specificVersion  Boolean  (Optional)
 
urlType  MFilesURLType  (Optional)
 

Return Value

MFilesUrlPlaceholderCommandProvider

See Also