IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummaryStorageQuotaCount (property)

The number of storage type quotas associated with the directory.

Syntax

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

Default Value

0

Remarks

The number of storage type quotas associated with the directory.

This property reflects the number of storage type quotas associated with the directory. Use the DirSummaryStorageQuotaIndex property to select which storage type quota's information to reflect in the DirSummaryStorageQuota, DirSummaryStorageQuotaType, and DirSummaryStorageQuotaUsed properties.

This property is read-only.

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