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

Constructor that takes the posted file as an argument.

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

Syntax

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

Parameters

pFile
Type: System.Web..::.HttpPostedFile

See Also