[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.Desktop
Assembly:  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.

Return Value

Enumerated value Utils.ReturnStatus indicating if the operation succeeded or failed. OfficeClip.Utils..::.ReturnStatus

See Also