Gets an M-Files URL for a view.
Identifies a property folder within the view which the URL will open. If SimpleURL is True then only lookup based typed values are allowed.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
Visual Basic |
---|
Public Function GetMFilesURLForView( _ ByVal ViewID As Long, _ Optional ByVal PropertyFolders As TypedValues = 0, _ Optional ByVal SimpleURL As Boolean = True _ ) As String |
Identifies a property folder within the view which the URL will open. If SimpleURL is True then only lookup based typed values are allowed.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.