| Brecham.Obex — An OBEX library for the .NET Framework |
|
ObexFolderItem Constructor
Initialises a new instance of the ObexFolderItem class with the specified name.
[Visual Basic]
Public Sub New( _
ByVal
name As
String _
)
[C#]
public ObexFolderItem(
string name);
Parameters
-
name
- The name of the folder item.
See Also
ObexFolderItem Class | Brecham.Obex.Objects Namespace