markPrivateRequest

Marks the selected item as private. Marking an item private indicates that proxy users do not have view rights to the item.

Request

<markPrivateRequest>
   <items type="types:ItemRefList"/>
</markPrivateRequest>

Response

<markPrivateResponse>
   <status type="types:Status"/>
</markPrivateResponse>

Elements

items

Specifies the items to mark as private.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<markPrivateRequest> 
   <items> 
      <item>45057C7F.domain1.po1.100.16E3837.1.FC1.1@1:7.
          domain1.po1.100.0.1.0.1@16</item> 
   </items> 
</markPrivateRequest>

<markPrivateResponse> 
   <status> 
      <code>0</code> 
   </status> 
</markPrivateResponse>