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):
- Testcases:
- No testcase defined.