ObjVerExMFilesURL Method

Generates an M-Files URL via the given params.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string MFilesURL(
	bool specificVersion = false,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow,
	UrlTargetPlatform platform = UrlTargetPlatform.Desktop
)

Parameters

specificVersion  Boolean  (Optional)
Indicates whether the link should point to the specific version or the latest.
urlType  MFilesURLType  (Optional)
The URL behavior.
platform  UrlTargetPlatform  (Optional)
The platform for which the URL should be created.

Return Value

String
The M-Files URL.

See Also