File.PerformAddFile (String, EntityID, EntityID, String, FileChangeData, DateTime, IDatabase) Method
Public Shared Function PerformAddFile( _
ByVal file_name As String, _
ByVal folder_id As EntityID, _
ByVal user_id As EntityID, _
ByVal file_to_add As String, _
ByVal change_data As FileChangeData, _
ByVal add_time As Date, _
ByVal db As IDatabase _
) As FileInfo
This language is not supported or no code example is available.
Parameters
- file_name
- string
the name of the file to add
- folder_id
- EntityID
the id the folder
- user_id
- EntityID
the user id to add the filr for
- file_to_add
- string
the path to the actual file
- change_data
- FileChangeData
the data about the change
- add_time
- DateTime
- db
- IDatabase
the db connection