FileSettings.Meta Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets a list of MetaProperty objects representing metadata fields to be uploaded to Amazon S3 storage.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public List<MetaProperty> Meta { get; }

Property Value

Type: System.Collections.Generic..List<<'T>>

The list of MetaProperty objects representing metadata fields to be uploaded to Amazon S3 storage.

The array of metadata fields to be uploaded to Amazon S3 storage.

See Also

Reference