FsrmFileScreenTemplateManagerClass.ExportTemplates Method (Object)

 

Exports the templates as an XML string.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual string ExportTemplates(
    [InAttribute] ref object fileScreenTemplateNamesArray = ""
)
public:
virtual String^ ExportTemplates(
    [InAttribute] Object^% fileScreenTemplateNamesArray = ""
)
abstract ExportTemplates : 
        fileScreenTemplateNamesArray:Object byref = "" -> string
override ExportTemplates : 
        fileScreenTemplateNamesArray:Object byref = "" -> string
Public Overridable Function ExportTemplates (
    <InAttribute> ByRef fileScreenTemplateNamesArray As Object
) As String

Parameters

  • fileScreenTemplateNamesArray
    Type: System.Object

    A variant that contains the names of the file screen templates to export. If NULL, the method exports all file screens.

Return Value

Type: System.String

Returns a String containing The specified templates in XML format.

Implements

IFsrmFileScreenTemplateManager.ExportTemplates(Object)

Remarks

Typically, you use this method to save the templates to a file. You can then copy the file to another computer and call the ImportTemplates method to import the templates.

See Also

FsrmFileScreenTemplateManager
IFsrmFileScreenTemplateManager
FsrmFileScreenTemplateManagerClass Class
Microsoft.Storage Namespace

Return to top