You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > ProjectCenter Class > ProjectCenter Methods > ProjectCenter.CreateDirectory Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectCenter.CreateDirectory Method

Creates a new directory in the current project center.

Syntax
C#
public ProjectDirectoryInfo CreateDirectory(string directoryName);
Parameters
Description
string directoryName
The name of the directory to be created.

Returns the ProjectDirectoryInfo for the directory.

Exceptions
Description
ArgumentNullException
Occurs if the directory name is null or empty.
InvalidOperationException
Occurs if the directory could not be found after refresh.
NotSupportedException
Occurs if the directory could not be found after refresh.
Copyright © 2021 Orgadata AG. All rights reserved.