![]() |
Previous | Next |
The BackupMediaFiles property sets or retrieves a value indicating whether or not to copy files to both WebHost.WindowsMediaPublishDestination and WebHost.PublishDestination.
Syntax
Application.Project.Properties.BackupMediaFiles
Possible Values
This property is a read/write Boolean. If false, the files are only copied to the destination specified by WebHost.WindowsMediaPublishDestination. If true, files are copied to both locations.
Remarks
This property is true by default in new projects.
See Also
Previous | Next |