IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

metadataContainerSchema (property)

The schema of the metadata item's container.

Syntax

- (NSString*)metadataContainerSchema:(int)metadataIndex;
- (void)setMetadataContainerSchema:(int)metadataIndex:(NSString*)newMetadataContainerSchema;
public func metadataContainerSchema(metadataIndex: Int32) throws -> String
public func setMetadataContainerSchema(metadataIndex: Int32, newMetadataContainerSchema: String) throws -> Void

Default Value

""

Remarks

The schema of the metadata item's container.

This property specifies the metadata of the schema item's container.

The MetadataIndex parameter specifies the index of the item in the array. The size of the array is controlled by the MetadataCount property.

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