NeatUpload Documentation

UploadStateStoreProvider.Initialize Method 

Initialize this object using the name and attributes.

public virtual void Initialize(
   string name,
   NameValueCollection attrs
);

Parameters

name
The name of this provider as specified by the name attribute of the <add> element. Available via the Name property after this method is called.
attrs
A NameValueCollection representing additional attributes of the <add> element that can be used by subclasses.

See Also

UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace