fs::add_created_file (public, deprecated)

 fs::add_created_file [ -name name ] -parent_id parent_id \
    -package_id package_id [ -item_id item_id ] \
    [ -mime_type mime_type ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -title title ] \
    [ -description description ] [ -content_body content_body ]

Defined in packages/file-storage/tcl/file-storage-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Create a new file storage item or add a new revision if an item with the same name and parent folder already exists DEPRECATED: this proc was superseded by fs::add_file

Switches:
-name
(optional)
-parent_id
(required)
-package_id
(required)
-item_id
(optional)
-mime_type
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-title
(optional)
-description
(optional)
-content_body
(optional)
Returns:
revision_id
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_conn ad_conn (public) ad_log_deprecated ad_log_deprecated (public) callback callback (public) db_exec_plsql db_exec_plsql (public) db_string db_string (public) fs::add_created_file fs::add_created_file fs::add_created_file->ad_conn fs::add_created_file->ad_log_deprecated fs::add_created_file->callback fs::add_created_file->db_exec_plsql fs::add_created_file->db_string

Testcases:
No testcase defined.
[ show source ]
Show another procedure: