BaseConnectorEngine.CreateFolder Method

Create folder
Protected Function CreateFolder( _ 
ByVal name As String, _ 
ByVal files As List(Of File), _ 
ByVal attributes As AttributeList, _ 
Optional ByVal folders As List(Of Folder) = null, _ 
Optional ByVal associations As List(Of Association) = null _ 
) As Folder
This language is not supported or no code example is available.
protected Folder CreateFolder( 
string name
List<File> files
AttributeList attributes
List<Folder> folders = null, 
List<Association> associations = null 
)
This language is not supported or no code example is available.
protected:  
Folder^ CreateFolder( 
String^ name
List<File^>^ files
AttributeList^ attributes
List<Folder^>^ folders
List<Association^>^ associations 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

name
string

files
List<File>

attributes
AttributeList

folders
List<Folder>

associations
List<Association>

Return Value

Folder

folder after conversion to import model format

.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