File Copy Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodCopy(String, String)
Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
(Overrides AbstractFile Copy(String, String).)
Public methodCopy(String, String, Boolean)
Copies an existing file to a new file. Overwriting a file of the same name is allowed.
(Overrides AbstractFile Copy(String, String, Boolean).)
Back to Top
See Also