| Author |
Message |
Angus Logan [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 5:08 am Post subject:
Recycling Bin (ie. move/copy pages from CmsPosting_Deleting |
|
|
Hey All,
I'm chasing some code to build a 'recycling bin' for when postings are
deleted from the Web Author Console - I thought there must be a sample out
there... Any ideas?
If not I will just write one as a HttpModule and upload it to GDN.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________ |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Jan 13, 2005 3:15 pm Post subject:
Re: Recycling Bin (ie. move/copy pages from CmsPosting_Delet |
|
|
Hi Angus,
replace the delete console action with your own action that moves the item
to a new folder.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:ejfqzuP#EHA.4004@tk2msftngp13.phx.gbl...
| Quote: | Hey All,
I'm chasing some code to build a 'recycling bin' for when postings are
deleted from the Web Author Console - I thought there must be a sample out
there... Any ideas?
If not I will just write one as a HttpModule and upload it to GDN.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
|
|
|
| Back to top |
|
 |
Angus Logan [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 3:18 pm Post subject:
Re: Recycling Bin (ie. move/copy pages from CmsPosting_Delet |
|
|
Hey,
I am using the ITHIT WAE so I don't think I can enhance it easily.
Coud I also copy (or move) it during the CmsPosting_Deleting event?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ufkmzBV%23EHA.3988@TK2MSFTNGP11.phx.gbl...
| Quote: | Hi Angus,
replace the delete console action with your own action that moves the item
to a new folder.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:ejfqzuP#EHA.4004@tk2msftngp13.phx.gbl...
Hey All,
I'm chasing some code to build a 'recycling bin' for when postings are
deleted from the Web Author Console - I thought there must be a sample
out
there... Any ideas?
If not I will just write one as a HttpModule and upload it to GDN.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Jan 13, 2005 3:30 pm Post subject:
Re: Recycling Bin (ie. move/copy pages from CmsPosting_Delet |
|
|
Hi Angus,
you would have to cancel the action.
Beside that you would have to suppress the error message by setting the
appropriate property and then issue a Response.Redirect to the postings
source channel....
But yes: I think you could do this here.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:OiGrwDV#EHA.3820@TK2MSFTNGP11.phx.gbl...
| Quote: | Hey,
I am using the ITHIT WAE so I don't think I can enhance it easily.
Coud I also copy (or move) it during the CmsPosting_Deleting event?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ufkmzBV%23EHA.3988@TK2MSFTNGP11.phx.gbl...
Hi Angus,
replace the delete console action with your own action that moves the
item
to a new folder.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:ejfqzuP#EHA.4004@tk2msftngp13.phx.gbl...
Hey All,
I'm chasing some code to build a 'recycling bin' for when postings are
deleted from the Web Author Console - I thought there must be a sample
out
there... Any ideas?
If not I will just write one as a HttpModule and upload it to GDN.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
|
|
|
| Back to top |
|
 |
Angus Logan [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 5:22 pm Post subject:
Re: Recycling Bin (ie. move/copy pages from CmsPosting_Delet |
|
|
Cool;
I'll do something up and get it on GDN for everyone to play with.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23hCcKKV%23EHA.2596@tk2msftngp13.phx.gbl...
| Quote: | Hi Angus,
you would have to cancel the action.
Beside that you would have to suppress the error message by setting the
appropriate property and then issue a Response.Redirect to the postings
source channel....
But yes: I think you could do this here.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:OiGrwDV#EHA.3820@TK2MSFTNGP11.phx.gbl...
Hey,
I am using the ITHIT WAE so I don't think I can enhance it easily.
Coud I also copy (or move) it during the CmsPosting_Deleting event?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ufkmzBV%23EHA.3988@TK2MSFTNGP11.phx.gbl...
Hi Angus,
replace the delete console action with your own action that moves the
item
to a new folder.
Cheers,
Stefan.
"Angus Logan [MVP]" <angus_logan@data3.com.au> wrote in message
news:ejfqzuP#EHA.4004@tk2msftngp13.phx.gbl...
Hey All,
I'm chasing some code to build a 'recycling bin' for when postings are
deleted from the Web Author Console - I thought there must be a sample
out
there... Any ideas?
If not I will just write one as a HttpModule and upload it to GDN.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
|
|
|
| Back to top |
|
 |
|
|
|
|