IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionId (property)

The Id of the permission.

Syntax

- (NSString*)permissionId:(int)permissionIndex;
- (void)setPermissionId:(int)permissionIndex:(NSString*)newPermissionId;
public func permissionId(permissionIndex: Int32) throws -> String
public func setPermissionId(permissionIndex: Int32, newPermissionId: String) throws -> Void

Default Value

""

Remarks

The Id of the permission.

This property holds the Id of the permission.

The PermissionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PermissionCount property.

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