IFsrmFileScreenManager.GetFileScreen Method (String)
Retrieves the specified file screen.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmFileScreen GetFileScreen(
string Path
)
IFsrmFileScreen^ GetFileScreen(
String^ Path
)
abstract GetFileScreen :
Path:string -> IFsrmFileScreen
Function GetFileScreen (
Path As String
) As IFsrmFileScreen
Parameters
Path
Type: System.StringThe local directory path associated with the file screen that you want to retrieve. The path is limited to 260 characters.
Return Value
Type: Microsoft.Storage.IFsrmFileScreen
Returns a IFsrmFileScreen interface to the file screen.
See Also
FsrmFileScreenManager
IFsrmFileScreenManager Interface
Microsoft.Storage Namespace
Return to top