partContentTypeAttr (property)

The content type attribute, if any, for each part.

Syntax

- (NSString*)partContentTypeAttr:(int)partIdx;
- (void)setPartContentTypeAttr:(int)partIdx:(NSString*)newPartContentTypeAttr;
public func partContentTypeAttr(partIdx: Int32) throws -> String
public func setPartContentTypeAttr(partIdx: Int32, newPartContentTypeAttr: String) throws -> Void

Default Value

""

Remarks

The content type attribute, if any, for each part. Setting this recalculates the PartHeaders as well.

The PartIdx parameter specifies the index of the item in the array. The size of the array is controlled by the PartCount property.

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