FsrmFileScreenManager Interface
Used to manage file screen objects. All methods and properties of the IFsrmFileScreenManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmFileScreenManager" program identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")]
public interface FsrmFileScreenManager : IFsrmFileScreenManager
[GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")]
public interface class FsrmFileScreenManager : IFsrmFileScreenManager
[<GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")>]
type FsrmFileScreenManager =
interface
interface IFsrmFileScreenManager
end
<GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")>
Public Interface FsrmFileScreenManager
Inherits IFsrmFileScreenManager
Properties
Name | Description | |
---|---|---|
ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.(Inherited from IFsrmFileScreenManager.) |
|
ActionVariables | Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmFileScreenManager.) |
Methods
Name | Description | |
---|---|---|
CreateFileScreen(String) | Creates a file screen object.(Inherited from IFsrmFileScreenManager.) |
|
CreateFileScreenCollection() | Creates an empty collection to which you can add file screens.(Inherited from IFsrmFileScreenManager.) |
|
CreateFileScreenException(String) | Creates a file screen exception object.(Inherited from IFsrmFileScreenManager.) |
|
EnumFileScreenExceptions(String, _FsrmEnumOptions) | Enumerates the file screen exceptions for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.) |
|
EnumFileScreens(String, _FsrmEnumOptions) | Enumerates the file screens for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.) |
|
GetFileScreen(String) | Retrieves the specified file screen.(Inherited from IFsrmFileScreenManager.) |
|
GetFileScreenException(String) | Retrieves the specified file screen exception.(Inherited from IFsrmFileScreenManager.) |
Remarks
FSRM implements this class.
See Also
IFsrmFileScreenManager
Microsoft.Storage Namespace
Return to top