UrlHelperGetObjectUrlForMobile Method |
Generates a url pointing to an object for the desktop.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static string GetObjectUrlForMobile(
ObjVerEx objVerEx,
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)
Parameters
- objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The object to which the url should point. - specificVersion (Optional)
- Type: SystemBoolean
Indicates whether the url should point to this specific version, or the latest version of the object.
- urlType (Optional)
- Type: MFilesURLType
The type of url to create.
Return Value
Type:
StringMobile URL string.
See Also