Cannot change the properties of copied publishing page

Hi all,
I have a requirement to copy a Publishing Page and modify some of its properties including Taxonomy/Managed Metadata field. I use SPFile.CopyTo() method and everything seems to be fine until I try to update the new page's properties:  they are not impacted.
Here is my code:
SPWeb web = SPContext.Current.Web;
SPFile file = web.GetFile(sourcePageUrl);
string desUrl = publishingWeb.PagesList.RootFolder.ServerRelativeUrl + "/" + newPageName;
file.CopyTo(desUrl);
SPFile newFile = web.GetFile(url);
newFile.CheckOut();
newFile.Item["TaxonomyField"] = string.Format("{0};#{1}{2}{3}", termWssId, term.GetDefaultLabel(CultureInfo.CurrentUICulture.LCID),
TaxonomyField.TaxonomyGuidLabelDelimiter, term.Id);
newFile.Item["TextField"] = Guid.NewGuid().ToString();
newFile.Item["BooleanField"] = false;
newFile.Item.Update();
newFile.Update();

select the shape > Menu > Arrange > Send Objects to Background
Peter

Similar Messages

  • In iPhoto '11 I cannot change the book settings. For example, adding page numbers. There is no "option" button as is suggested by the help item.

    In iPhoto '11 I cannot change the book settings. For example, adding page numbers. There is no "option" button as is suggested by the help item. How can I change to book settings?

    The "options" button should appear at the bottom of the iPhoto window, when you view your book, then the Book Settings Button should be available and you can activate page numbers.
    But remember, that the settings available will depend on the Book Theme you selected. The above shows the settings for one of the "Travel" themes. In a Picture Book Theme, e.g. you cannot add page numbers.
    What theme and book size are you using?
    Regards
    Léonie

  • The screen to my i pad stay in gry coler and i cannot change the page  its look frozen

    the screen to my i pad 2 stay in gray color and i cannot change the page even back er forword in internet page.its look frozen

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Can we change the properties of the Page in Portal?

    Hi,
      Is it possible to change the properties of the Page? I want to change the height and width properties of the page, but i dont see the properties in the list. Can you please guide?
    Regards
    Sai

    Hi Sai
    You can change the page properties. Right click on portal page > object. it will open the page object properties.
    If a page is locked, you can open it in read-only mode. then you need to unlock the page object. refer to [Page Editing|http://help.sap.com/saphelp_nw04/helpdata/en/a3/badf3d48b05d5ae10000000a11405a/content.htm]
    Please check the page properties attributes. [Click here |http://help.sap.com/saphelp_nw70/helpdata/en/13/81a66d100011d7b84b00047582c9f7/content.htm]. this properties list is also applicable for the object type iviews/pages.
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • I cannot change the value in about:newtab from "newtab" to "blank." The dialog is displayed but when I click Ok, the value is not changed.

    I cannot change the value in about:newtab from "newtab" to "blank." The dialog is displayed but when I click Ok, the value is not changed.
    ===Answer===
    Comment on usual method and solution, by a forum Moderator.
    As long as there are no confounding factors, such as certain extensions, or a user.jsfile the procedure is as follows
    # Open a new tab and type "about:config" in the address bar.
    # In the Search bar type: "newtab"
    # Locate and double click "browser.newtab.url"
    # In the "Enter String Value" box change "'''about:newtab'''" to "'''about:blank'''" and click OK.
    # Verify that the value has changed and now all new tabs will be blank.
    See post under by ''pirate048'' [/questions/976589?page=2#answer-509482] ~J99

    Have to say that I rather agree with Mark..all we want is a simple, unadorned clean page that doe not track and show usage!! WHY NOT!! Is it too simple for developers..we aren't all (nor do we want to be!) software experts! Come on Mozilla..tidy up and clean up..it might be a quicker programme too!!

  • Administrator cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2

    Hello, dear Colleagues.
    User with administrators rights cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2. 
    If to launch "Devices and Printers" on server, all printer properties on "Advanced" tab are inactive (see screen below). 
    But I can change it manually with "Print Management". Features become active.
    The main purpose - to uncheck "Enable advanced printing features"  with powershell
    scripts.
    $erroractionpreference = "continue"
    $colPrinters = Get-Wmiobject -Class win32_printer -computername print_server -Filter "Name like 'printer1' or Name like 'printer2' or Name like 'printer3' or Name like 'printer4' or Name like 'printer5' or Name like 'printer6'" # get printers on server and filter with names
    ForEach ($objPrinter in $colPrinters) { # get printer details from WMI
    If ($objPrinter.RawOnly -ne "True") { # check that Advanced printing fetaures is turned on
    Write-host $objPrinter.Name
    Write-Host $objPrinter.RawOnly
    $objPrinter.RawOnly = "True" # Untick and update the object in WMI
    $objPrinter.Put()
    It works on Windows 7 workstation, but does not on print server Windows Server 2012 R2 with error
    Exception calling "Put" with "0" argument(s): "Generic failure "
    At \\print_server\c$\DisableAdvancedPrintingFeatures.ps1:8 char:17
    + $objPrinter.Put()
    + ~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException
    Can you help me with that? Look like somethings with rights.
    Thank you.

    Hello, Alan
    Morris.
    Thanks for your reply.
    I've tried to runs PS Script both locally and remotely, previously running Powershell ISE as Administrator.
    I've noticed interesting thing - if to
    check "Enable advanced printing features"
    manually thru Print Management snap-in, script works fine. But, time to time after some manipulations on print server, this advanced feature returns to enabled state automatically by system, I think. In this case PS Script does not work. Next, if to disable
    feature manually again (thru Print Management snap-in),
    and enable manually again, PS Script will work. Very strange situation.
    Thanks.

  • After upgrading to Maverick, when I double click on the attchment I get this message "...could not be saved, because you cannot change the contents of that fold

    After upgrading to Maverick, when I double click on the attachment I get this message "...could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location." It happens for all types of files.
    Any suggestions as how to fix this?
    I'm on a Mac OS X 10.9.3 with Thunderbird 24.5.0

    Thunderbird > preferences (I think on a mac) and under attachments set the folder

  • Firefox crashes whenever i want to install any addon or download any file. Some times i am receiving error while downloading any file like "could not be saved, because you cannot change the contents of that folder"

    I am the user of latest firefox 3.6.6 browser. I am getting problems of frequent crashes whenever i tries to install any addon. The crashes also occures whenever i want to download any file.
    I am also receiving errors while downloading any file like:
    "C:\Users\****\AppData\Local\Temp\******.001.part could not be saved, because you cannot change the contents of that folder.
    Change the folder properties and try again, or try saving in a different location. I already changed it many many times but still the same problem."
    Adobe flash palyer is also giving problems of not responding. I am using updated version of it already. Java is also updated.
    I already uninstalled firefox compeletly and re installed it many many times but still the same problem. I also scanned my computer with avira and malware bytes' Anti malware and got no dection. Please ractify this problem ASAP lest my profession will suffer.
    == Crash ID(s) ==
    b7f518f2-8d86-41ca-8bab-aee632100709; 1d790e10-d8eb-4904-98c9-94bc62100708; f042d319-b9f8-42ed-a8cb-57c7d2100708

    Please help.
    It is getting worse
    Adobe flash player is crashing. I already uninstalled and re installed the latest ver. Also it is hanging randomly.
    Please help.

  • Cannot change printer properties when printing PDF files in IE8

    Whenever I try to print a PDF file displayed within IE8,  I cannot change the printer properties from the print dialogue box.  the properties button appears as if it as if it is active because it visually confirma a click; however no properties dialogue box appears.  printing html from IE8 works fine.
    If I save the PDF to desktop and print from there, I can change properties fine. 
    Running Win7/64; IE8 (32 bit version).  Another PC in the household, also running Win7/64 and IE8/32 does not exhibit this problem.
    Printer is Officejet 6500 E709a connected to local workgroup via ethernet cable; I have uninstalled via add remove programs and reinstalled the printer software from the HP CD.  It did not help.

    I cannot access 'properties' for my hp1536dnf mfp.

  • In Yosemite I cannot locate the My Templates file for Pages.

    In Yosemite I cannot locate the My Templates file for Pages.

    When you select "new" "My Templates" should be at the bottom of the Sidebar.
    The second line is in your bio and appears when asking a question. You can change it by clicking on bunnygrl to open your Bio to edit.

  • Is there a way to change the spacing between footnotes in Pages on OS Mavericks?

    I am trying to write a paper for a class I am taking but cannot seem to change the spacing between footnotes in Pages. Can anyone help me out with this?

    Yes.
    Click on the footnotes in Pages ’09 or v5.2.2.
    In Pages ’09, in the Document Inspector, there is a section called Footnotes & Endnotes.
    In Pages v5.2.2, a new Footnotes tab will appear.

  • I cannot change the font size on firefox. Works on other browsers but not on FF and writing is too small. Ctl+ works but its a nuisance each time

    Have windows 7 but even on Vista the fonts on FF are too small and I cannot change the size.

    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Hi i cannot change the brightness on my late 2011 macbook pro.

    Hi i cannot change the brightness on my late 2011 macbook pro. It is stuck on the lowest level in which i can't view the screen without a flash light. Please i need help how to solve this. I was on my computer when i checked the back which it was really dusty, i tried unscrewing the bottom however some screws were too tight so i took it upon myself and got a rod and startedremoving the dust off the vents and i may have clicked something as i closed the lid on the macbook i could hear the sounds still from the film but the lid was closed as i opened it back up the brightness was on low but sounds were still playing. All the buttons work , all of the F keys, apart from the brightnes keys. I can shine a tourch on the screen and see the display but the brightness will not change but i can see when i click the brightness it says it changes. I have connected it to a spare tv i have via hdmi and i really need help as this is my primary computer and i need it for work when going away. Thank you

    Try SMC and PRAM resets:
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/ht1379
    Ciao.

  • My ipod works in itunes but does not appear in "my computer" after I changed the properties

    My ipod works in itunes but does not appear in "my computer" after I changed the properties.
    First off, I'm using Windows XP (and Mac SnowLeopard) Here's how it started. For some reason my ipod started showing up as a camera when I plugged it in. It works fine in itunes, though. But when I tried to access it from "my computer" it only
    showed me the one and only picture I had on my ipod. I deleted that picture hoping it would no longer show up as a camera. When it still did I right-clicked on it in "my computer" and selected "properties". Under "autoplay" I
    chose for it to 'not show up' or 'take no action' or some such deal when I plugged it in. I thought that would stop it from popping up the window that asks whether i want to 'open camera wizard' or 'open camera scanning' or 'open folder to view files' or 'take
    no action' , etc. But now it won't show up in "my computer" at all. I also have a Mac with SnowLeopard. When I plugged my ipod into it my ipod doesn't show up in "finder" either! So basically my problem is not a mechanical one with hardware
    or software; yht ipod still works fine in itunes. I just need to undo the change I made. I've searched all around my preferences, utilities, options, etc. It shows up on my "Device Manager" but not on "Disk Management".
    Any help would be very much appreciated. Thanks.

    Hi,
    To show up in Windows Explorer, you can try placing the iPod into
    disk mode.
    Moreover, i recommend you to
    restore ipod to factory settings.
    If this issue still persists, locate to device manager, uninstall and reinstall USB Mass Storage Device driver.
    Here is an article you can refer to below:
    http://support.apple.com/kb/TS1369
    To get more help, you can also redirect to apple support forum:
    http://www.apple.com/support/ipod/
    Thanks!
    Andy Altmann
    TechNet Community Support

  • How to change the default Real-Time Collaboration page?

    Who can tell me how to change the default Real-Time Collaboration page?
    If I want to add my corporation logo in the top of the default page.How to do?
    Thanks!

    Thanks for your help.
    "Click the Sites tab to display all sites and their IDs for your system." But I clicked the sites tab ,it showed "http://hostname:7777/imtapp/app/home.uix". I could not find the siteID parameter from it. Why?
    How to get it from command?

Maybe you are looking for

  • Vendor Consingment

    Dear All, Can any one tell me how to make a consingment fill up  to customer ,from the vendor consingment  stock ( indicator K). Regards Satish

  • What are the storage limits for LR Mobile Sync?

    I'm trying to find a definitive answer on whether there are limits to the amount of data that can be synced to Lightroom Mobile. I know my CC subscription gets me 20GB but I have also heard suggestions that LR Mobile sync data is outside of that. I h

  • Firefox on 2 independant laptops, not reading website source code correctly, when all correct on Chrome and IE.

    Rebuilt my website in Serif WebPlus X6.<br /> Using Google Chrome or Internet Explorer the site is displayed correctly as is the source code.<br /> In Firefox 18.0.1 Code is being read wrongly. Cleared Cache and fault still there. Checked in Wifes la

  • Restiction on maximum no of portlets in one portal

    Hi, Is there any restriction on the maximum no of portlets which can be there as 'available' in one portal(Page)? We have around 127 portlets available in one portal and when we try to make more portlets available from Weblogic Admin tool then it doe

  • Sales order history table

    Hello, i m getting confused can any one tell me in which table the changes made in sales order  are stored.