GetViewsByFilePath Method
In This Topic
Gets a collection of views that match the session file path.
Syntax
'Declaration
Function GetViewsByFilePath( _
ByVal As String _
) As IView()
'Usage
Dim instance As IFrame
Dim filePath As String
Dim value() As IView
value = instance.GetViewsByFilePath(filePath)
IView[] GetViewsByFilePath(
string
)
Parameters
- filePath
- The session file path to match on.
Return Value
An array of Views that match the specified file path
See Also