다음을 통해 공유


IFsrmFileScreen.ApplyTemplate Method (String)

 

Applies the property values of the specified file screen template to this file screen object.

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

Syntax

void ApplyTemplate(
    string fileScreenTemplateName
)
void ApplyTemplate(
    String^ fileScreenTemplateName
)
abstract ApplyTemplate : 
        fileScreenTemplateName:string -> unit
Sub ApplyTemplate (
    fileScreenTemplateName As String
)

Parameters

  • fileScreenTemplateName
    Type: System.String

    The name of the file screen template. The string is limited to 4,000 characters.

Remarks

To save the changes, call the Commit method.

The specified template must be a committed template; you cannot apply a newly created template that has not been committed.

For an example, see Defining a File Screen.

See Also

IFsrmFileScreen Interface
Microsoft.Storage Namespace

Return to top