IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

itemParentId (property)

The id of the parent item.

Syntax

- (NSString*)itemParentId:(int)itemIndex;
- (void)setItemParentId:(int)itemIndex:(NSString*)newItemParentId;
public func itemParentId(itemIndex: Int32) throws -> String
public func setItemParentId(itemIndex: Int32, newItemParentId: String) throws -> Void

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.

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