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

FileSettings Members

The FileSettings type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a String that represents the current FileSettings.

(Overrides Object.ToString()().)

Properties

Name Description
Public property Acl

Gets or sets an Amazon S3 access control list. Options include private, public-read, public-read-write, and authenticated-read.

Public property Key

Gets or sets an Amazon S3 file key.

Public property MaxContentLength

Gets or sets the maximum allowable size for the uploaded content.

Public property MetaProperties

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

Public property MinContentLength

Gets or sets the minimum allowable size for the uploaded content.

See Also

Reference