FolderRenameFolder Method

Renames the folder

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RenameFolder(
	string newName
)

Parameters

newName  String
 
Exceptions
ExceptionCondition
ArgumentNullException Thrown when newName is null
ArgumentException Thrown when newName contains restricted characters Thrown when there's existing folder with the same name
InvalidOperationException Thrown when it is a root folder (it is not allowed to rename root folder)
See Also