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

ObexFolderItem Class

Holds an OBEX Folder-Listing XML folder item. It is a subclass of the abstract class ObexFileOrFolderItem. which is itself a subclass of the abstract base class ObexFolderListingItem. This item type has multiple attributes.

For a list of all members of this type, see ObexFolderItem Members.

System.Object
   Brecham.Obex.Objects.ObexFolderListingItem
      Brecham.Obex.Objects.ObexFileOrFolderItem
         Brecham.Obex.Objects.ObexFolderItem

[Visual Basic]
Public Class ObexFolderItem
    Inherits ObexFileOrFolderItem
[C#]
public class ObexFolderItem : ObexFileOrFolderItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

“Indicates the existence of a folder contained within the folder.” This item type has multiple attributes.

Requirements

Namespace: Brecham.Obex.Objects

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

See Also

ObexFolderItem Members | Brecham.Obex.Objects Namespace