IFileSystemServiceRenameEntry Method | 
Namespace: Dundas.BI.FileSystem
| Exception | Condition | 
|---|---|
| ArgumentException | entryId is Empty. -or- newName is , empty, only consists of whitespace, or contains invalid characters.  | 
| ArgumentOutOfRangeException | newName is longer than MaxNameLength. | 
| NotFoundException | The entry specified by entryId does not exist. | 
| DuplicateItemException | An entry with the specified new name already exists in the parent. | 
| InvalidOperationException | entryId corresponds to a type of entry which may not be renamed. -or- entryId is recycled and cannot be renamed.  | 
| NoPrivilegeException | The caller does not have permission to rename the file. | 
| InvalidSessionException | The caller context is not associated with a valid session. |