NeatUpload Documentation

UploadStateStore.OpenReadWriteOrCreate Method 

Returns an IUploadState for a given post-back ID. or creates one if none exists.

public static UploadState OpenReadWriteOrCreate(
   string postBackID
);

Parameters

postBackID
A post-back ID identifying the IUploadState.

Return Value

The IUploadState corresponding to postBackID

See Also

UploadStateStore Class | Brettle.Web.NeatUpload Namespace