FileSettings.Meta Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

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

Namespace: Aurigma.ImageUploaderFlash.AmazonS3
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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