IFsrmFileScreenTemplate interface (fsrmscreen.h)

[This interface is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileScreenTemplate class.]

Used to configure templates from which new file screens can be derived. Templates are identified by a name and are used to simplify configuration of file screens.

To create this interface, call the IFsrmFileScreenTemplate::CreateTemplate method.

The following methods return this interface:

Inheritance

The IFsrmFileScreenTemplate interface inherits from IFsrmFileScreenBase. IFsrmFileScreenTemplate also has these types of members:

Methods

The IFsrmFileScreenTemplate interface has these methods.

 
IFsrmFileScreenTemplate::CommitAndUpdateDerived

Saves the file screen template and then applies any changes to the derived file screen objects.
IFsrmFileScreenTemplate::CopyTemplate

Copies the property values of the specified template to this template. (IFsrmFileScreenTemplate.CopyTemplate)
IFsrmFileScreenTemplate::get_Name

Retrieves and sets the name of the file screen template. (Get)
IFsrmFileScreenTemplate::put_Name

Retrieves and sets the name of the file screen template. (Put)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmscreen.h

See also

FSRM Interfaces

IFsrmFileScreenBase

MSFT_FSRMFileScreenTemplate