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
System_CAPS_pubmethod CreateTemplate()

Creates a file screen template object.

System_CAPS_pubmethod EnumTemplates(_FsrmEnumOptions)

Enumerates the file screen templates on the server.

System_CAPS_pubmethod ExportTemplates(Object)

Exports the templates as an XML string.

System_CAPS_pubmethod GetTemplate(String)

Retrieves the specified file screen template.

System_CAPS_pubmethod 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