Move

Move

post

Move a published item to a specified node in the Published Resources tree.

Path parameters
idinteger · int32Required

ID of Pub item to move.

Body

Move a published item

parentIdinteger · int32Optional

ID of a new published item parent. To obtain the published item ID, use the Get-PubItem command. For the root node, set ParentId to '0' (zero).

previousIdinteger · int32Optional

ID of a sibling after which to place the specified published item. To obtain the sibling item ID, use the Get-PubItem command.

Responses
post
/api/PubItems/{id}/move

No content

Was this helpful?