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

FileSettings.MetaProperties Property

Gets a list of MetaProperty objects which represent metadata fields to upload to Amazon S3 storage.

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

Syntax

Visual Basic
Public ReadOnly Property MetaProperties As List(Of MetaProperty)
C#
public List<MetaProperty> MetaProperties { get; }

Property Value

The list of MetaProperty objects which represent metadata fields to upload to Amazon S3 storage.

See Also

Reference