NeatUpload Documentation

UploadStateStoreProvider.Load Method 

Returns an IUploadState for a given post-back ID.

public abstract UploadState Load(
   string postBackID
);

Parameters

postBackID
A post-back ID identifying the IUploadState.

Return Value

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

See Also

UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace