Data Port Sync 1.0.500

CeFileBrowser Constructor 

[This is preliminary documentation and subject to change.]

Builds a browser object from the given file spec and file attribute.

[Visual Basic]
Public Sub New( _
   ByVal Pipe As Pipe, _
   ByVal String As String, _
   ByVal UInt32 As UInt32 _
)
[C#]
public CeFileBrowser(
   Pipe pipe,
   String strFileSpec,
   UInt32 dwAttr
);

Parameters

Pipe
Communication pipe.
String
File specification
UInt32
Attributes to filter by.

See Also

CeFileBrowser Class | Primeworks.DesktopSqlCe Namespace