fs::add_created_version (public, deprecated)
fs::add_created_version -name name -content_body content_body \ -mime_type mime_type -item_id item_id \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -title title ] [ -description description ] \ [ -suppress_notify_p suppress_notify_p ] \ [ -storage_type storage_type ] [ -package_id package_id ] \ [ -storage_type storage_type ]
Defined in packages/file-storage/tcl/file-storage-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Create a new version of a file storage item using the content passed in content_body DEPRECATED: this proc has been superseded by fs::add_version
- Switches:
- -name (required)
- -content_body (required)
- -mime_type (required)
- -item_id (required)
- -creation_user (optional)
- -creation_ip (optional)
- -title (optional)
- -description (optional)
- -suppress_notify_p (optional, defaults to
"f"
)- -storage_type (optional)
- -package_id (optional)
- -storage_type (optional)
- Returns:
- revision_id
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.