Reflection
GetViewsByFilePath Method


Gets a collection of views that match the session file path.
Syntax
'Declaration
 
Function GetViewsByFilePath( _
   ByVal filePath As String _
) As IView()
'Usage
 
Dim instance As IFrame
Dim filePath As String
Dim value() As IView
 
value = instance.GetViewsByFilePath(filePath)
IView[] GetViewsByFilePath( 
   string filePath
)

Parameters

filePath
See Also