Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > best way to archive? View modes: 
User avatar
Member
Member
eagleag-yahoo - 3/23/2009 2:29:22 AM
   
best way to archive?
Hi,
I have a site that I'm going to rebuild with kentico, its a site for song festival.
each year there is new information relating to current years festival.
I would like to archive past years information.
what is the best way to do this?
oh, the information consists of:text, images, dynamic parts.

THANKS :)

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 4/1/2009 8:26:03 AM
   
RE:best way to archive?
Hello,

you can add some custom field of type "Boolean" with name e.g. "IsArchived" and set it to true for documents that you want to archive. Then you can set repeater to display only archived (IsArchived = 1) or non-archived (IsArchived = 0) documents using where condition.

Best Regards,

Martin Dobsicek