NeatUpload Documentation

UploadState.CopyFrom Method 

Copies the upload state stored in the sourceUploadState object into this object.

public void CopyFrom(
   object source
);

Parameters

source
the UploadState object to copy the state from.

Implements

ICopyFromObject.CopyFrom

See Also

UploadState Class | Brettle.Web.NeatUpload Namespace