EmbeddedFileCollection Methods

The EmbeddedFileCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(FileSpecification)
Adds embedded file specification into collection.
Public methodAdd(String, FileSpecification)
Adds file to embedded files with the specified key.
Public methodCopyTo
Copies array of FileSpecification object into colleciton.
Public methodDelete
Remove all embedded files from document.
Public methodDelete(String)
Delete embedded file by name.
Public methodDeleteByKey
Deletes file from the collection by its key in the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns colleciton enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also