ReportingService2010.MoveItem Method
Moves and/or renames an item. This method applies to all item types.
Assembly: ReportService2010 (in ReportService2010.dll)
Parameters
- ItemPath
- Type: System.String
The fully qualified URL of the item including the file name and, in SharePoint mode, the extension.
- Target
- Type: System.String
The new fully qualified URL of the item including the file name and extension.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | Depends on the item type:
|
SharePoint Mode Required Permissions | EditListItems() on Item AND AddListItems() on the parent folder in Target (if the target parent folder is different) |
If an item inherits security policies from its parent, moving the item causes it to inherit the security policies of the target folder. If an item does not inherit security policies from its parent, moving the item does not cause its security policies to change.
If the target path is not in the same report server database or SharePoint site as the given item, an rsInvalidDestination error is returned.
Moving or renaming items in a report server database or SharePoint library modifies the ModifiedBy and ModifiedDate properties of the item and the source and target folders of the item.
