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

ObexFolderListingItem Class

Holds an OBEX Folder-Listing XML item, this the abstract base class from which the ObexParentFolderItem, ObexFolderItem, and ObexFileItem, concrete instances are created. Note that the last two share the same attributes and are thus derived from an intermediate abstract class ObexFileOrFolderItem.

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

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

[Visual Basic]
MustInherit Public Class ObexFolderListingItem
[C#]
public abstract class ObexFolderListingItem

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.

Requirements

Namespace: Brecham.Obex.Objects

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

See Also

ObexFolderListingItem Members | Brecham.Obex.Objects Namespace