getSpaceContents operation (deprecated)

Retrieves a list of files and spaces that are present in the specified space.

For information about the General and Route Evaluation property groups, see Common operation properties.

Input properties

Properties that identify the space.

Store Name

A string value that represents the name of the store where the content is located.

If you provide a literal value, select the name from the list. Currently, only SpacesStore is available.

Space ID/Path

A string value that represents a fully qualified name of the space or a unique node identifier. The path must start from the root location (for example, /Company Home/User Home/My Home/Mydata.xml).

If you provide a literal value, either type the path or node identifier or click Browse to select the space.

Retrieve Files Only

A boolean value that indicates whether to retrieve only the files or both the files and spaces. A value of true indicates to retrieve only the files. A value of false indicates to retrieve both the files and the spaces.

Output properties

Content List

A list value that contains the retrieved contents. Each item on the list is a CRCResult value, which provides access to the retrieved content and its attributes.

// Ethnio survey code removed