M-Files UI Extensibility Framework
SetPersistentBrowserContent Method
IShellUI Interface : SetPersistentBrowserContent Method
The URL pointing to the content that is to be set for the browser object.
The session handle identifying the browser object for which the URL is to be set.
Description
Sets the URL for a separately created persistent browser content.
Syntax
Visual Basic
Public Sub SetPersistentBrowserContent( _
   ByVal url As String, _
   ByVal sessionHandle As Long _
) 
Parameters
url
The URL pointing to the content that is to be set for the browser object.
sessionHandle
The session handle identifying the browser object for which the URL is to be set.
See Also

IShellUI Interface  | IShellUI Members