You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > LoginScopeUi Class > LoginScopeUi Methods > CreateProject Method > LoginScopeUi.CreateProject Method (ProjectDirectoryInfo)
LoginScopeUi.CreateProject Method (ProjectDirectoryInfo)
Close
Ofcas.Lk.Api.Client - Version 3.0
LoginScopeUi.CreateProject Method (ProjectDirectoryInfo)

Creates a project via User Interface (UI).

Syntax
C#
public IDialogResult<ProjectUi> CreateProject(ProjectDirectoryInfo projectDirectoryInfo);
Parameters
Description
ProjectDirectoryInfo projectDirectoryInfo
The preselected directory for project creation.

Returns a dialog result which indicates how the Ui was handled. Returns a ready-to-use Project if the IDialogResult.Code is DialogResultCode.Accepted.

Copyright © 2020. All rights reserved.