DeleteFolder Method

Deletes the folder

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void DeleteFolder()

Visual Basic

Public Sub DeleteFolder

Visual C++

public:
void DeleteFolder()

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when it is a root folder (it is not allowed to delete root folder) Thrown when the folder is not empty

See Also