Brecham.Obex — An OBEX library for the .NET Framework

BackupFirst Enumeration

Indicate whether on a SETPATH operation that the server should should first change to the parent folder, before moving to the named folder etc.

[Visual Basic]
Public Enum BackupFirst
[C#]
public enum BackupFirst

Members

Member Name Description
DoNot Do NOT change to the parent folder first.
DoBackupFirst DO change to the parent folder first, that is like doing cd ..\<name> on a Windows command-line.

Requirements

Namespace: Brecham.Obex

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

Brecham.Obex Namespace | SetPath