FolderDeleteFolder Method

Deletes the folder

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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