FsrmFileScreenManagerClass.GetFileScreen Method (String)
Retrieves the specified file screen.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmFileScreen GetFileScreen(
string Path
)
public:
virtual IFsrmFileScreen^ GetFileScreen(
String^ Path
)
abstract GetFileScreen :
Path:string -> IFsrmFileScreen
override GetFileScreen :
Path:string -> IFsrmFileScreen
Public Overridable 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.
Implements
IFsrmFileScreenManager.GetFileScreen(String)
See Also
IFsrmFileScreenManager
FsrmFileScreenManager
FsrmFileScreenManagerClass Class
Microsoft.Storage Namespace
Return to top