This documentation is for the old version. Go to the latest Upload Suite docs

FileSettings.Meta Property

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

Visual Basic
Public ReadOnly Property Meta As List(Of MetaProperty)
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