IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createLinkOptionsNotifyOnAccess (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=createLinkOptionsNotifyOnAccess,setter=setCreateLinkOptionsNotifyOnAccess:) BOOL createLinkOptionsNotifyOnAccess;
- (BOOL)createLinkOptionsNotifyOnAccess;
- (void)setCreateLinkOptionsNotifyOnAccess:(BOOL)newCreateLinkOptionsNotifyOnAccess;
public var createLinkOptionsNotifyOnAccess: Bool {
  get {...}
set {...} }

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.

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