IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

contentDisposition (property)

Content disposition to send for an object.

Syntax

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

Default Value

""

Remarks

This property can be set before calling CreateObject to have its value submitted as the object's Content-Disposition header value. This same value will then be returned in the Content-Disposition header by the server anytime the object is downloaded.

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