NeatUpload Documentation

UploadStateStore.OpenReadOnly Method 

Returns an IUploadState for a given post-back ID

public static UploadState OpenReadOnly(
   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