NeatUpload Documentation

UploadModule.CreateUploadStorageConfig Method 

Creates and returns a new UploadStorageConfig (or subclass) for use with the current request.

public static UploadStorageConfig CreateUploadStorageConfig();

Return Value

a new UploadStorageConfig or subclass.

Remarks

If the installed module does not explicitly support creating UploadStorageConfig objects, this method returns the UploadStorageConfig created by the currently selected UploadStorageProvider.

See Also

UploadModule Class | Brettle.Web.NeatUpload Namespace