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.
Used to manage file screen templates.
To get this interface, call the
CoCreateInstanceEx function. Use
CLSID_FsrmFileScreenTemplateManager as the class identifier and
__uuidof(IFsrmFileScreenTemplateManager)
as the interface
identifier. For an example, see
Using Templates to Define File Screens.
Inheritance
The IFsrmFileScreenTemplateManager interface inherits from the IDispatch interface. IFsrmFileScreenTemplateManager also has these types of members:
Methods
The IFsrmFileScreenTemplateManager interface has these methods.
IFsrmFileScreenTemplateManager::CreateTemplate Creates a file screen template object. |
IFsrmFileScreenTemplateManager::EnumTemplates Enumerates the file screen templates on the server. |
IFsrmFileScreenTemplateManager::ExportTemplates Exports the templates as an XML string. |
IFsrmFileScreenTemplateManager::GetTemplate Retrieves the specified file screen template. |
IFsrmFileScreenTemplateManager::ImportTemplates 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrmscreen.h (include FsrmScreen.h, FsrmTlb.h) |