'DeclarationPublic Function CreateNewProject( _ ByVal projectType As LlProject, _ Optional ByVal uiName As String, _ Optional ByVal folderId As String, _ Optional ByVal importData As String _ ) As String
public string CreateNewProject( LlProject? projectType, string? uiName, string? folderId, string? importData )
public: String^ CreateNewProject( LlProject projectType, String^ uiName, String^ folderId, String^ importData )
Parameters
- projectType
Project type, see LlProject.
- uiName
Optional. Sets a name to display in the UI for this repository item.
- folderId
Optional. The folder id in which the new project should be created. To create the new project on the root level an empty string must be passed (default).
- importData