Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the property values of the specified template to this 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.StringThe name of another template from which to copy the property values. The name is limited to 4,000 characters.
See Also
IFsrmFileScreenTemplate Interface
Microsoft.Storage Namespace
Return to top