'DeclarationPublic Function CreateFolder( _ ByVal ll As ListLabel, _ ByVal parentFolderId As String, _ ByVal folderName As String, _ Optional ByVal importData As String _ ) As String
public string CreateFolder( ListLabel ll, string parentFolderId, string folderName, string? importData )
public: String^ CreateFolder( ListLabel^ ll, String^ parentFolderId, String^ folderName, String^ importData )
Parameters
- ll
The ListLabel object to which the repository is assigned.
- parentFolderId
The folder id of a parent folder. To create the new folder at the root level an empty string must be passed.
- folderName
Name of the new folder.
- importData