IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

onItemList (event)

This event fires once for each item returned when either ListItems , ListLinkItems or GetItemInfo is called.

Syntax

- (void)onItemList:(NSString*)id :(NSString*)name :(NSString*)path :(NSString*)creatorFirstName :(NSString*)creatorLastName :(int)itemType :(NSString*)parentId :(NSString*)description :(NSString*)expirationDate :(NSString*)creationDate :(long long)size;
func onItemList(_ id: String, _ name: String, _ path: String, _ creatorFirstName: String, _ creatorLastName: String, _ itemType: Int32, _ parentId: String, _ description: String, _ expirationDate: String, _ creationDate: String, _ size: Int64)

Remarks

This event fires once for each item returned when either ListItems, ListLinkItems or GetItemInfo is called. The items cannot be modified from this event.

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