Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Subscribable pages

Vote:
 

I haven't been able to determine exactly what happens when a page has the property "Mark Page as Changed" checked.

Does that page id get added to a db entry to be included in the next subscription run, or is it only that the property "PageChanged"  is updated.  If the latter case, does the subscription run therefore use the PageChanged property on a candidate subscription page to determine whether to include it in the current subscriptionJob run?

A pointer to where the 'Mark Page as Changed' property is handled in EPiServer dlls during a page publish would also be helpful so that I can "Reflect" it.  I haven't been able to pin point it.

 

#79505
Dec 19, 2013 0:36
Vote:
 

Hi

I think the property is called "PageChangedOnPublish". You could try searching for this in Reflector. I can see it's used in i.e EPiServer.dll in EPiServer.DataAccess.PageDB method SavePageVersionData

 

Maybe it can get you on the right track :)

#79530
Dec 19, 2013 14:07
Vote:
 

@Piquet: When the mark page as changed is ticked the pagechanged date is updated.

And yes the subscription works as you describe in the latter case.

 

 

#79531
Edited, Dec 19, 2013 14:41
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.