FsrmFileScreenTemplateManagerClass Class

 

Used to manage file screen templates.

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

System.Object
  Microsoft.Storage.FsrmFileScreenTemplateManagerClass

<GuidAttribute("243111DF-E474-46AA-A054-EAA33EDC292A")>
<ClassInterfaceAttribute(0)>
Public Class FsrmFileScreenTemplateManagerClass
	Implements IFsrmFileScreenTemplateManager, FsrmFileScreenTemplateManager

NameDescription
System_CAPS_pubmethodFsrmFileScreenTemplateManagerClass()

Creates a new instance of the FsrmFileScreenTemplateManagerClass object.

NameDescription
System_CAPS_pubmethodCreateTemplate()

Creates a file screen template object.

System_CAPS_pubmethodEnumTemplates(_FsrmEnumOptions)

Enumerates the file screen templates on the server.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExportTemplates(Object)

Exports the templates as an XML string.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetTemplate(String)

Retrieves the specified file screen template.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImportTemplates(String, Object)

Imports the specified file screen templates from an XML string.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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

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

Return to top

Community Additions

ADD
Show: