[This is preliminary documentation and is subject to change.]

The constructor that creates the object using the posted specification file.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCQBTimer(
	HttpPostedFile pFile
)
Visual Basic (Declaration)
Public Sub New ( _
	pFile As HttpPostedFile _
)
Visual C++
public:
OCQBTimer(
	HttpPostedFile^ pFile
)

Parameters

pFile
Type: System.Web..::.HttpPostedFile
The posted specification file.

See Also