|
add_content_area function |
|
Contained in package wwsbr_api. Call this function to create a content area and return a content area ID.
function add_content_area |
|
Version: Oracle Portal 3.0.8 | |
|
Parameters: |
|
|
p_name |
The internal reference name for the content area. This name must be:
Datatype: in varchar2 |
|
p_display_name |
The display name or title of the content area. This is displayed in many places including the content area navigator and content area map. Datatype: in varchar2 |
|
p_versioning |
The versioning level for items within the content area. There are three options: Audit, Simple and None. Use the constants defined in this package to select the appropriate level of versioning:
Datatype: in varchar2 |
|
p_default_language |
The default language for this content area. Note: This cannot be changed after the content area has been created.
Datatype: in varchar2 |
|
p_root_folder_type |
The FOLDER_TYPE_ID to be used when creating the root folder for the new content area. If left null, the default is 1 and this is the ID for the folder type container.
Datatype: in number |
|
p_logo_filename |
The full directory and filename of a content area logo. Note: Ensure that the file to be uploaded is on the same machine as the database and that the directory and the filename specified have suitable permissions.
Datatype: in varchar2 |
|
Returns: This function returns a content area ID. Exceptions:
Example:
New_Content_Area_ID :=
wwsbr_api.add_content_area |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |