ContentDisposition Property

Content disposition to send for an object.

Syntax

ANSI (Cross Platform)
char* GetContentDisposition();
int SetContentDisposition(const char* lpszContentDisposition); Unicode (Windows) LPWSTR GetContentDisposition();
INT SetContentDisposition(LPCWSTR lpszContentDisposition);
@property (nonatomic,readwrite,assign,getter=contentDisposition,setter=setContentDisposition:) NSString* contentDisposition;
- (NSString*)contentDisposition;
- (void)setContentDisposition:(NSString*)newContentDisposition;
#define PID_S3CLIENT_CONTENTDISPOSITION 9

IPWORKSS3_EXTERNAL void* IPWORKSS3_CALL IPWorksS3_S3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSS3_EXTERNAL int IPWORKSS3_CALL IPWorksS3_S3Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

This property is not available at design time.

Data Type

String

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