IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

CreateLinkOptionsNotifyOnAccess Property

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

Syntax

ANSI (Cross Platform)
int GetCreateLinkOptionsNotifyOnAccess();
int SetCreateLinkOptionsNotifyOnAccess(int bCreateLinkOptionsNotifyOnAccess); Unicode (Windows) BOOL GetCreateLinkOptionsNotifyOnAccess();
INT SetCreateLinkOptionsNotifyOnAccess(BOOL bCreateLinkOptionsNotifyOnAccess);
@property (nonatomic,readwrite,assign,getter=createLinkOptionsNotifyOnAccess,setter=setCreateLinkOptionsNotifyOnAccess:) BOOL createLinkOptionsNotifyOnAccess;
- (BOOL)createLinkOptionsNotifyOnAccess;
- (void)setCreateLinkOptionsNotifyOnAccess:(BOOL)newCreateLinkOptionsNotifyOnAccess;
#define PID_SHAREFILE_CREATELINKOPTIONSNOTIFYONACCESS 9

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_ShareFile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_ShareFile_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

This property is not available at design time.

Data Type

Boolean

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