Edit

Share via


HTMLProjectItem.SaveCopyAs(String) Method

Definition

Saves the specified HTML project item using a new file name.

public:
 void SaveCopyAs(System::String ^ FileName);
public void SaveCopyAs (string FileName);
abstract member SaveCopyAs : string -> unit
Public Sub SaveCopyAs (FileName As String)

Parameters

FileName
String

Required String. The fully qualified path of the file to which you want to save the HTML project item.

Applies to