IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

linkNotifyOnAccess (property)

If the creator is notified when a user accesses the link.

Syntax

- (BOOL)linkNotifyOnAccess:(int)linkIndex;
- (void)setLinkNotifyOnAccess:(int)linkIndex:(BOOL)newLinkNotifyOnAccess;
public func linkNotifyOnAccess(linkIndex: Int32) throws -> Bool
public func setLinkNotifyOnAccess(linkIndex: Int32, newLinkNotifyOnAccess: Bool) throws -> Void

Default Value

FALSE

Remarks

If the creator is notified when a user accesses the link.

This property if the creator of the link will be notified when a user accesses the link. Note: When creating the link this property will not be populated until a subsequent call to GetLinkInfo or ListLinks.

The LinkIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LinkCount property.

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