[This is preliminary documentation and is subject to change.]
Check if the file represented by the posted (uploaded) file is sytactically valid.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ReturnStatus IsPostedFileValid( HttpPostedFile postedFile ) |
Visual Basic (Declaration) |
---|
Public Function IsPostedFileValid ( _ postedFile As HttpPostedFile _ ) As ReturnStatus |
Visual C++ |
---|
public: ReturnStatus IsPostedFileValid( HttpPostedFile^ postedFile ) |
Parameters
- postedFile
- Type: System.Web..::.HttpPostedFile
The posted (uploaded) file.