I need to find out page layout on ItemUpdated from the SPItemEventProperties in a page library. What property value should I be looking for.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can't it isn't available, look at ItemUpdating and treat it as ItemUpdated. Do this with
As it doesn't fire off updated. Then layout is in
|
|||||
|
|
I would presume your talking about this? http://sharing-the-experience.blogspot.co.uk/2011/03/spitemeventproperties-itemupdated.html if its through code then you need to make an event reciver and have this:
http://msdn.microsoft.com/en-us/library/ff713708(v=office.12).aspx http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spitemeventproperties_properties.aspx hope it helps :) |
|||
|
