IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ItemParentId Property

The id of the parent item.

Object Oriented Interface

public function getItemParentId($itemindex);
public function setItemParentId($itemindex, $value);

Procedural Interface

ipworkscloud_sharefile_get($res, 42 , $itemindex);
ipworkscloud_sharefile_set($res, 42, $value , $itemindex);

Default Value

''

Remarks

The id of the parent item.

This property specifies the id of the parent item. For example, if the current item is a file in the exampleFolder folder then the ParentId will be the id of the exampleFolder item. To modify this property see UpdateItemInfo.

The $itemindex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]