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.
public function ConvertFileInfo( 
original_file_id : EntityID
converted_name : String
change_data : FileChangeData
destination_folder_id : EntityID 
);
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition