I have some pages created in a structure group in one publication. I want to unpublish all those published pages using core services. Can anyone help me out?
|
You can use the .UnPublish method of the CoreService client, passing it the URI of the StructureGroup you wish to unpublish the Pages from. This is what the CoreService API reference (well worth a read...) says:
Parameters ids unPublishInstruction targets priority readOptions Return Value |
|||||
|
|
I don't have a copy/paste snippet for you, but it should not be very difficult given Jeremy's excerpt from the API documentation of the relevant method and these example that publish items:
Keep in mind that Stack Overflow works best if you first do some of the work yourself and then show us where you're stuck. |
|||
|
|