UrlTargetPlatform Enumeration |
The various platforms MFiles Urls can target.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic enum UrlTargetPlatform
Public Enumeration UrlTargetPlatform
public enum class UrlTargetPlatform
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Unefined.
|
| Desktop | 1 |
M-Files Desktop client.
|
| Web | 2 |
M-Files Web Access.
|
| Mobile | 3 |
M-Files mobile clients.
|
See Also