|
inherit_folder_privileges procedure |
|
Contained in package wwsbr_api. Call this procedure to specify that items inherit privileges from their folder. The folder must be set up to permit item-level privileges. Note: Using this procedure is the same as selecting 'Inherit Parent Folder Access Privileges' in the Oracle Portal UI. procedure inherit_folder_privileges( |
|
Version: Oracle Portal 3.0.9.8.4 |
|
|
Parameters: |
|
|
p_master_item_id |
The master item ID of the item. Note: This value can be found in WWSBR_ALL_ITEMS.MASTERID Datatype: number |
|
p_caid number |
The ID of the content area in which the items belong. Datatype: number |
|
p_folder_id |
The ID of the folder in which the items belong. Datatype: number |
|
Exceptions:
Example: wwsbr_api.inherit_folder_privileges( |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |