BaseConnectorEngine.CreateFolder Method
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.
Parameters
- name
- string
- attributes
- AttributeList
- associations
- List<Association>
Return Value
Folderfolder after conversion to import model format