Tagged Questions
1
vote
0answers
176 views
circular file references are not allowed error
Recently we disabled automatic replication to the different variations of a publishing page when you publish using the following instructions with PowerShell:
$site = Get-SPSite "<SiteURL>"
...
0
votes
2answers
811 views
Copy publishing page between site collections and keep data
Does anyone know if you can copy a publishing page (programmatically), based on a custom layout and content type, from one site to another in different site collections and keeping all the data in the ...