IFileSystemService.MoveEntry Method |
Namespace: Dundas.BI.FileSystem
Exception | Condition |
---|---|
ArgumentException | entryId is Empty. -or- targetId is Empty. |
NotFoundException | At least one of entryId and targetId represents an entry which does not exist. |
DuplicateItemException | An entry with the specified name already exists in the target and overwrite is false. |
InvalidOperationException | Moving entries of the type corresponding to entryId into entries of the type corresponding to targetId is not supported (error code 2200). -or- The entry has been checked in at least once and would become a subentry (where previously it was not), or its associated primary entry would change from one entry to another. |
NoPrivilegeException | The caller does not have the Read permission on one or more of the entries being moved. -or- The caller does not have permission to create items in the specified target entry. -or- overwrite is true, an entry with the same name already exists in the specified target, and the caller does not have the Delete privilege on the entry which needs to be overwritten. |
InvalidSessionException | The caller context is not associated with a valid session. |