| Mediachase FileUploader.NET 1.9 Framework Help | |
InvalidTempStoragePath Constructor
Initializes a new instance of the InvalidTempStoragePath class with a specified file path.
[Visual Basic]Public Sub New( _
ByVal
FilePath As
String _
)
[C#]public InvalidTempStoragePath(
string FilePath);
Parameters
- FilePath
- The file path that equals TempStoragePath attrinute.
See Also
InvalidTempStoragePath Class | Mediachase.FileUploader Namespace