IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummaryStorageQuotaIndex (property)

Selects the storage type quota to show information for.

Syntax

@property (nonatomic,readonly,assign,getter=dirSummaryStorageQuotaIndex) int dirSummaryStorageQuotaIndex;
- (int)dirSummaryStorageQuotaIndex;
public var dirSummaryStorageQuotaIndex: Int32 {
  get {...}
}

Default Value

-1

Remarks

Selects the storage type quota to show information for.

This property selects which storage type quota's information to reflect in the DirSummaryStorageQuota, DirSummaryStorageQuotaType, and DirSummaryStorageQuotaUsed properties; those properties are re-populated when this property's value is changed.

Valid values for this property are -1 to (DirSummaryStorageQuotaCount - 1); invalid indices are ignored. The default value is 0 if DirSummaryStorageQuotaCount is greater than 0, and -1 otherwise.

This property is read-only.

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