obj objRef editedContent

Available for: Content Management Server

Task: Functions from this function group allow access to the draft version or the committed version of a file.

Syntax:

obj (withId objId) | (withPath path) | root editedContent contentSubCommand

Function parameters:

  • contentSubCommand specifies the subcommand. See Versions.

Return value if successful (CM only): Depends on subcommand.

Necessary permissions: Depends on subcommand.

Example:

CM>obj withId 25687 editedContent get title
The title of the draft version

For further examples, please refer to the section about the content command.