How do we get field values from different versions of a page #1329
Replies: 1 comment 1 reply
-
@ahamedfazil : the pages library is a form of a document library, so you'll need to get previous file versions for it like explained in the first link and then get the needed information from the returned |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to get the field values for a page from different version. For example, I have a page ABC.aspx and it has 3 major version and 2 minor version. Here I would like to loop through each version and get a value of a specific field lets say "Author" field.
I followed below docs and samples,
getting-the-file-version-of-a-list-item-version
updating-the-page-author-editor-created-and-modified-system-properties
Here is my code snippet I tried,
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions