C# Class SIREDocumentImporter.FilesCollection

Helper class that encapsulates all file uploads in a mime part.
Inheritance: MimePart
Show file Open project: Granicus/SIREDocumentImporter

Public Methods

Method Description
Add ( FilePart part ) : void
CopyTo ( Stream stream ) : void
FilesCollection ( ) : System

Method Details

Add() public method

public Add ( FilePart part ) : void
part FilePart
return void

CopyTo() public method

public CopyTo ( Stream stream ) : void
stream Stream
return void

FilesCollection() public method

public FilesCollection ( ) : System
return System