Copy File Info
An entity to capture information about a file to copy from one location (Source) to another (Destination).
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.CopyFileInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.CopyFileInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| DestinationFileUrl |
String. Specifies the URL for the destination file.
|
${CurrentWeb.Url}/Pages/NewPage.aspx
|
false
|
true
|
| OverwriteInDestination |
Nullable`1. Specifies whether to overwrite the file if it already exists at the destination URL.
|
true
|
false
|
false
|
| OverwriteInSource |
Nullable`1. Specifies whether to overwrite in source.
Note : This property will only be used if the copy process is reversed during an 'Undo'.
|
false
|
false
|
true
|
| DeleteInSource |
Nullable`1. Specifies whether to remove the file from the source after it is copied to the destination.
Note : If this property is 'True' this acts like a move, otherwise it's a copy.
|
true
|
false
|
false
|
| SourceFileUrl |
String. Specifies the URL for the source file that is to be copied.
|
${CurrentWeb.Url}/Pages/Default.aspx
|
false
|
true
|