'Declaration
Public Function CreateNewProject( _ ByVal projectType As LlProject, _ Optional ByVal uiName As String _ ) As String
public string CreateNewProject( LlProject projectType, string uiName )
public: String^ CreateNewProject( LlProject projectType, String^ uiName )
Parameters
- projectType
Project type, see LlProject.
- uiName
Optional. Sets a name to display in the UI for this repository item.