UrlHelperGetHyperlinkFragmentPlain Method |
A plain-text formatted text fragment containing URLs to the object for
M-Files Desktop, M-Files Web, and M-Files Mobile.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static string GetHyperlinkFragmentPlain(
ObjVerEx objVerEx,
bool specificVersion = false
)
Public Shared Function GetHyperlinkFragmentPlain (
objVerEx As ObjVerEx,
Optional specificVersion As Boolean = false
) As String
public:
static String^ GetHyperlinkFragmentPlain(
ObjVerEx^ objVerEx,
bool specificVersion = false
)
Parameters
- objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The object to create the fragment for. - specificVersion (Optional)
- Type: SystemBoolean
Indicates whether the url should point to this specific version, or the latest version of the object.
Return Value
Type:
StringFormatted platform links wrapped in an 'a' tag.
See Also