Show TOC Start of Content Area

Background documentation proppatch Locate the document in its SAP Library structure

Use

Gets properties for a resource.

Syntax

Syntax

proppatch/pp [-alias|-a ...] [-remove|-r ...] resource [propertySettings]

Options

-alias|-a

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

-remove|-r

Properties that should be removed (format: alias1:name1,alias2:name2,...)

Arguments

resource

Path of the resource.

propertySettings

Property-value-pairs that should be set (format: propName1=value1,propName2=value2,...; if a property has several values use the format: [propName1]=(value1,value2]),...)

Description

Sets or removes properties for a resource.

Example

Sets the property DAV:displayname for the workspace /ws/test/wsp to Test.

proppatch /ws/test/wsp DAV:displayname=Test

 

 

 

End of Content Area