Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exports the templates as an XML string.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string ExportTemplates(
[InAttribute] ref object fileScreenTemplateNamesArray = ""
)
String^ ExportTemplates(
[InAttribute] Object^% fileScreenTemplateNamesArray = ""
)
abstract ExportTemplates :
fileScreenTemplateNamesArray:Object byref = "" -> string
Function ExportTemplates (
<InAttribute> ByRef fileScreenTemplateNamesArray As Object
) As String
Parameters
fileScreenTemplateNamesArray
Type: System.ObjectA 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.
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 Interface
Microsoft.Storage Namespace
Return to top