다음을 통해 공유


IFsrmFileScreenTemplateImported.CopyTemplate Method (String)

 

Copies the property values of the specified template to this imported template.

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

Syntax

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

Parameters

  • fileScreenTemplateName
    Type: System.String

    The name of another template from which to copy the property values. The name is limited to 4,000 characters.

Implements

IFsrmFileScreenTemplate.CopyTemplate(String)

See Also

IFsrmFileScreenTemplateImported Interface
Microsoft.Storage Namespace

Return to top