IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

onPermissionList (event)

This event fires once for each permission returned when ListPermissions or GetPermissionInfo is called.

Syntax

- (void)onPermissionList:(NSString*)folderId :(NSString*)userId :(BOOL)canDelete :(BOOL)canDownload :(BOOL)canManagePermissions :(BOOL)canUpload :(BOOL)canView :(BOOL)isOwner :(BOOL)notifyOnDownload :(BOOL)notifyOnUpload;
func onPermissionList(_ folderId: String, _ userId: String, _ canDelete: Bool, _ canDownload: Bool, _ canManagePermissions: Bool, _ canUpload: Bool, _ canView: Bool, _ isOwner: Bool, _ notifyOnDownload: Bool, _ notifyOnUpload: Bool)

Remarks

This event fires once for each permission returned when ListPermissions or GetPermissionInfo is called. The permissions cannot be modified from this event. The FolderId represents the item Id for the specific folder the permission is for. The UserId represents the Id for the user the permission is for.

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