UpdateFile Property

A resource to be updated, deleted or created.

Syntax

ANSI (Cross Platform)
char* GetUpdateFile();
int SetUpdateFile(const char* lpszUpdateFile); Unicode (Windows) LPWSTR GetUpdateFile();
INT SetUpdateFile(LPCWSTR lpszUpdateFile);
@property (nonatomic,readwrite,assign,getter=updateFile,setter=setUpdateFile:) NSString* updateFile;
- (NSString*)updateFile;
- (void)setUpdateFile:(NSString*)newUpdateFile;
#define PID_ATOM_UPDATEFILE 144

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Atom_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Atom_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property allows you to create, update, and delete Atom resources using the Put method.

If UpdateFile is set to a local file, the content of that file will be used to form the content of the HTTP request.

Data Type

String

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