Generates an M-Files URL via the given params.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string MFilesURL(
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow,
UrlTargetPlatform platform = UrlTargetPlatform.Desktop
)
Public Function MFilesURL (
Optional specificVersion As Boolean = false,
Optional urlType As MFilesURLType = MFilesURLType.MFilesURLTypeShow,
Optional platform As UrlTargetPlatform = UrlTargetPlatform.Desktop
) As String
public:
String^ MFilesURL(
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType::MFilesURLTypeShow,
UrlTargetPlatform platform = UrlTargetPlatform::Desktop
)
Parameters
- specificVersion (Optional)
- Type: SystemBoolean
Indicates whether the link should point to the specific version or the latest.
- urlType (Optional)
- Type: MFilesURLType
The URL behavior. - platform (Optional)
- Type: MFiles.VAF.CommonUrlTargetPlatform
The platform for which the URL should be created.
Return Value
Type:
StringThe M-Files URL.
See Also