NeatUpload Documentation

InProcUploadStateStoreProvider.Load Method 

Returns an IUploadState for a given post-back ID. If one does not exist yet, a new one is created and returned.

public override UploadState Load(
   string postBackID
);

Parameters

postBackID
A post-back ID identifying the IUploadState.

Return Value

The IUploadState corresponding to postBackID

See Also

InProcUploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace