ConvertFileInfo Constructor
Public Sub New( _
ByVal original_file_id As EntityID, _
ByVal converted_name As String, _
ByVal change_data As FileChangeData, _
ByVal destination_folder_id As EntityID _
)
This language is not supported or no code example is available.
public ConvertFileInfo(
EntityID original_file_id,
string converted_name,
FileChangeData change_data,
EntityID destination_folder_id
)
This language is not supported or no code example is available.
public:
ConvertFileInfo(
EntityID^ original_file_id,
String^ converted_name,
FileChangeData^ change_data,
EntityID^ destination_folder_id
)
This language is not supported or no code example is available.
Parameters
- original_file_id
- EntityID
- converted_name
- string
- change_data
- FileChangeData
- destination_folder_id
- EntityID