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)

<GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")>
Public Interface FsrmFileScreenManager
	Inherits IFsrmFileScreenManager

NameDescription
System_CAPS_pubpropertyActionVariableDescriptions

Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubpropertyActionVariables

Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmFileScreenManager.)

NameDescription
System_CAPS_pubmethodCreateFileScreen(String)

Creates a file screen object.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodCreateFileScreenCollection()

Creates an empty collection to which you can add file screens.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodCreateFileScreenException(String)

Creates a file screen exception object.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodEnumFileScreenExceptions(String, _FsrmEnumOptions)

Enumerates the file screen exceptions for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodEnumFileScreens(String, _FsrmEnumOptions)

Enumerates the file screens for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodGetFileScreen(String)

Retrieves the specified file screen.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethodGetFileScreenException(String)

Retrieves the specified file screen exception.(Inherited from IFsrmFileScreenManager.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: