Share

Folder.DeleteFolder Method

Deletes the folder



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

Syntax

C#

public void DeleteFolder()

VB

Public Sub DeleteFolder

C++

public:
void DeleteFolder()

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?