UrlHelperGetObjectUrlForMobile Method

Generates a url pointing to an object for the desktop.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static string GetObjectUrlForMobile(
	ObjVerEx objVerEx,
	bool specificVersion = false,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)

Parameters

objVerEx  ObjVerEx
The object to which the url should point.
specificVersion  Boolean  (Optional)
Indicates whether the url should point to this specific version, or the latest version of the object.
urlType  MFilesURLType  (Optional)
The type of url to create.

Return Value

String
Mobile URL string.

See Also