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

Package.PackageFields Property

Gets a name-value collection of POST fields uploaded within this package.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property PackageFields As NameValueCollection
C#
public abstract NameValueCollection PackageFields { get; }

Property Value

Type: System.Collections.Specialized.NameValueCollection

The name-value collection of POST fields uploaded within this package.

Remarks

This collection contains additional data specified for the upload via the Metadata property. To access these data use kays named in the following way: XXX_N, where XXX is a string value specified in one of the Metadata properties.

See Also

Reference

Manual