Multimedia.move (Method)
Moves the specified multimedia file from one subsite to another.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
subsiteIDOrURL | SubsiteIDorURL_EmptyString | Required | The ID of the target subsite, or the server relative path to the target subsite, or an empty string for the current subsite. |
multimediaID | MultimediaID | Required | The unique ID of the multimedia file to move. |
addPermanentRedirect | Boolean | Optional. Defaults to '1'. | Boolean flag which when set indicates that a permanent redirect entry will be added. |
Context:
License Requirements | (none) |
Permission Requirements | subsite:UploadMultimedia |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | If available |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None