fileVarInputData (property)

Specifies the file data to be sent.

Syntax

- (NSString*)fileVarInputData:(int)fileIndex;
- (void)setFileVarInputData:(int)fileIndex:(NSString*)newFileVarInputData;

- (NSData*)fileVarInputDataB:(int)fileIndex; - (void)setFileVarInputDataB:(int)fileIndex:(NSData*)newFileVarInputData;
public func setFileVarInputData(fileIndex: Int32, newFileVarInputData: String) throws -> Void
public func setFileVarInputDataB(fileIndex: Int32, newFileVarInputData: Data) throws -> Void

Default Value

""

Remarks

Specifies the file data to be sent.

This property may be set to the file data instead of specifying a file from disk.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is write-only.

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