updateFile (property)

A resource to be updated, deleted or created.

Syntax

@property (nonatomic,readwrite,assign,getter=updateFile,setter=setUpdateFile:) NSString* updateFile;
- (NSString*)updateFile;
- (void)setUpdateFile:(NSString*)newUpdateFile;
public var updateFile: String {
  get {...}
set {...} }

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.

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