IFsrmFileScreenTemplateManager::ExportTemplates method (fsrmscreen.h)
Exports the templates as an XML string.
Syntax
HRESULT ExportTemplates(
[in] VARIANT *fileScreenTemplateNamesArray,
[out] BSTR *serializedFileScreenTemplates
);
Parameters
[in] fileScreenTemplateNamesArray
A variant that contains the names of the file screen templates to export. If NULL, the method exports all file screens.
[out] serializedFileScreenTemplates
The specified templates in XML format.
Return value
The method returns the following return values.
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 IFsrmFileScreenTemplateManager::ImportTemplates method to import the templates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrmscreen.h |
DLL | SrmSvc.dll |