UrlHelperGetObjectUrlForWeb Method |
Generates a url pointing to an object for the desktop.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static string GetObjectUrlForWeb(
ObjVerEx objVerEx,
bool specificVersion = false
)
Public Shared Function GetObjectUrlForWeb (
objVerEx As ObjVerEx,
Optional specificVersion As Boolean = false
) As String
public:
static String^ GetObjectUrlForWeb(
ObjVerEx^ objVerEx,
bool specificVersion = false
)
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.
Return Value
Type:
StringWeb URL string.
See Also