Show TOC Start of Content Area

Background documentation propfind Locate the document in its SAP Library structure

Use

Gets properties for a resource.

Syntax

Syntax

propfind/pf [-alias|-a ...] [-depth|-d ...] [-propname] resource [properties]

Options

-alias|-a

Namespace aliases in the following format: alias1=namespace1, alias2=namespace2

-depth|-d

Depth (0 - depth 0, 1 - depth 1, inf - depth infinity)

-propname

Defines that only the names of the properties should be displayed.

Arguments

resource

Path of the resource.

properties

Comma separated list of properties.

Description

Gets properties for a resource.

Example

Gets the property DAV:displayname for the workspace /ws/test/wsp.

propfind –d 0 /ws/test/wsp DAV:displayname

 

End of Content Area