HTMLProjectItem.SaveCopyAs(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.