FsrmFileScreenTemplateManagerClass Class

 

Used to manage file screen templates.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmFileScreenTemplateManagerClass

Syntax

[GuidAttribute("243111DF-E474-46AA-A054-EAA33EDC292A")]
[ClassInterfaceAttribute(0)]
public class FsrmFileScreenTemplateManagerClass : IFsrmFileScreenTemplateManager, 
    FsrmFileScreenTemplateManager
[GuidAttribute("243111DF-E474-46AA-A054-EAA33EDC292A")]
[ClassInterfaceAttribute(0)]
public ref class FsrmFileScreenTemplateManagerClass : IFsrmFileScreenTemplateManager, 
    FsrmFileScreenTemplateManager
[<GuidAttribute("243111DF-E474-46AA-A054-EAA33EDC292A")>]
[<ClassInterfaceAttribute(0)>]
type FsrmFileScreenTemplateManagerClass = 
    class
        interface IFsrmFileScreenTemplateManager
        interface FsrmFileScreenTemplateManager
    end
<GuidAttribute("243111DF-E474-46AA-A054-EAA33EDC292A")>
<ClassInterfaceAttribute(0)>
Public Class FsrmFileScreenTemplateManagerClass
    Implements IFsrmFileScreenTemplateManager, FsrmFileScreenTemplateManager

Constructors

Name Description
System_CAPS_pubmethod FsrmFileScreenTemplateManagerClass()

Creates a new instance of the FsrmFileScreenTemplateManagerClass object.

Methods

Name Description
System_CAPS_pubmethod CreateTemplate()

Creates a file screen template object.

System_CAPS_pubmethod EnumTemplates(_FsrmEnumOptions)

Enumerates the file screen templates on the server.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportTemplates(Object)

Exports the templates as an XML string.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetTemplate(String)

Retrieves the specified file screen template.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ImportTemplates(String, Object)

Imports the specified file screen templates from an XML string.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

A new installation of the operating system includes FSRM-defined templates.

To create this object from a script, use the "Fsrm.FsrmFileScreenTemplateManager" program identifier.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

FsrmFileScreenTemplateManager
IFsrmFileScreenTemplateManager
Microsoft.Storage Namespace

Return to top