Add File Info
Defines the parameters to add a file to a list.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.AddFileInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.AddFileInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| FileName |
String. Specifies the local file name that will be added to the List.
|
hosts
|
false
|
true
|
| FileDirectory |
String. Specifies the local directory that contains the file to upload to the list.
|
c:\windows\system32\drivers\etc\
|
false
|
true
|
| FolderUrl |
String. Specifies the URL of the destination folder.
|
${CurrentWeb.Url}/Pages
|
false
|
true
|
| RemoveFileIfExist |
Boolean. Specifies whether to remove the file if it already exists in the destination list.
Note : True will remove the file; otherwise false to ignore.
|
True
|
false
|
false
|
| FileUrl |
String. Returns the 'SPFile.Url' of the newly created file.
|
No example supplied.
|
true
|
false
|
| ListName |
String. Returns the List 'Title' of the list where the file was saved.
|
No example supplied.
|
true
|
false
|
| ListItemID |
Int32. Returns the List Item 'ID' of the newly created list item.
|
No example supplied.
|
true
|
false
|