Click or drag to resize
AttachmentItemCollection Class
This class represents/maintains a collection of Attachment items.
Inheritance Hierarchy
SystemObject
  CuteWebUIAttachmentItemCollection

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public class AttachmentItemCollection : ICollection, 
	IEnumerable

The AttachmentItemCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified filesize.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray
Toes the array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Gets the AttachmentItem at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Top
See Also