IFsrmFileScreenTemplateManager Interface
Used to manage file screen templates.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("CFE36CBA-1949-4E74-A14F-F1D580CEAF13")]
public interface IFsrmFileScreenTemplateManager
[GuidAttribute("CFE36CBA-1949-4E74-A14F-F1D580CEAF13")]
public interface class IFsrmFileScreenTemplateManager
[<GuidAttribute("CFE36CBA-1949-4E74-A14F-F1D580CEAF13")>]
type IFsrmFileScreenTemplateManager = interface end
<GuidAttribute("CFE36CBA-1949-4E74-A14F-F1D580CEAF13")>
Public Interface IFsrmFileScreenTemplateManager
Methods
Name | Description | |
---|---|---|
CreateTemplate() | Creates a file screen template object. |
|
EnumTemplates(_FsrmEnumOptions) | Enumerates the file screen templates on the server. |
|
ExportTemplates(Object) | Exports the templates as an XML string. |
|
GetTemplate(String) | Retrieves the specified file screen template. |
|
ImportTemplates(String, Object) | Imports the specified file screen templates from an XML string. |
Remarks
Note that a new installation of the operating system includes FSRM-defined templates.
To create this object from a script, use the "Fsrm.FsrmFileScreenTemplateManager" program identifier.
See Also
FsrmFileScreenTemplateManager
Microsoft.Storage Namespace
Return to top