NeatUpload Documentation

UploadStateStore.OpenReadWrite Method 

Returns an UploadState for a given post-back ID. or null if none exists.

public static UploadState OpenReadWrite(
   string postBackID
);

Parameters

postBackID
A post-back ID identifying the UploadState.

Return Value

The IUploadState corresponding to postBackID, or null if none-exists.

See Also

UploadStateStore Class | Brettle.Web.NeatUpload Namespace