IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

blobName (property)

The name of the blob.

Syntax

- (NSString*)blobName:(int)blobIndex;
- (void)setBlobName:(int)blobIndex:(NSString*)newBlobName;
public func blobName(blobIndex: Int32) throws -> String
public func setBlobName(blobIndex: Int32, newBlobName: String) throws -> Void

Default Value

""

Remarks

The name of the blob.

This property specifies the name of the blob.

Note: Blobs cannot be renamed; this property is only writable so that applications can add new items to the Blob* properties for use with UpdateBlobInfo (which looks up items in said properties by blob name).

The BlobIndex parameter specifies the index of the item in the array. The size of the array is controlled by the BlobCount property.

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