Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to get the page status as modified in programaticaly?(Siteadmin)

Avatar

Level 4

Hi All,

Is there any way to get the page status as modified which is displayed on siteadmin (Modified indicator) by programticaly?.

Thanks,

Mike

1 Accepted Solution

Avatar

Correct answer by
Level 9

Blue icon in the modified column shows that a page has been modified since last activation and lists the date of modification. Page must be activated again to be published to the web.

You can do this by comparing the last published date with last modified date on page properties. If modified date is greater than last published date then you have this status as blue.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Blue icon in the modified column shows that a page has been modified since last activation and lists the date of modification. Page must be activated again to be published to the web.

You can do this by comparing the last published date with last modified date on page properties. If modified date is greater than last published date then you have this status as blue.

Avatar

Level 4

Mshajiahmed wrote...

Blue icon in the modified column shows that a page has been modified since last activation and lists the date of modification. Page must be activated again to be published to the web.

You can do this by comparing the last published date with last modified date on page properties. If modified date is greater than last published date then you have this status as blue.

 

 


Thanks!