| |
1 |
1 |
ad_library { |
| |
2 |
2 |
Procedures in the folder namespace related to content folders. |
| |
3 |
3 |
|
| |
4 |
4 |
@author Peter Marklund |
| |
5 |
5 |
@cvs-id $Id$ |
| |
6 |
6 |
} |
| |
7 |
7 |
|
| |
8 |
8 |
namespace eval folder {} |
| |
9 |
9 |
|
| |
10 |
|
ad_proc -public folder::delete { |
| |
|
10 |
ad_proc -public -deprecated folder::delete { |
| |
11 |
11 |
{-folder_id:required} |
| |
12 |
12 |
} { |
| |
|
13 |
Deprecated. See content::folder::delete instead. |
| |
13 |
14 |
Delete a content folder. If the folder |
| |
14 |
15 |
to delete has children content items referencing it |
| |
15 |
16 |
via acs_objects.context_id then this proc will fail. |
| |
16 |
17 |
|
| |
17 |
18 |
@author Peter Marklund |
| |
|
19 |
@see content::folder::delete |
| |
18 |
20 |
} { |
| |
19 |
21 |
db_exec_plsql delete_folder {} |
| |
20 |
22 |
} |