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

ObexFileOrFolderItem Class

Holds an OBEX Folder-Listing XML file or folder item, this the abstract base class from which the ObexFolderItem, and ObexFileItem concrete instances are created. It is itself a subclass of the base class ObexFolderListingItem. This item type has multiple attributes.

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

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

[Visual Basic]
MustInherit Public Class ObexFileOrFolderItem
    Inherits ObexFolderListingItem
    Implements IEquatable`1([Brecham.Obex.Objects.ObexFileOrFolderItem, Brecham.Obex, Version=1.5.1203.0, Culture=neutral, PublicKeyToken=0cefc6fe962033b6))
[C#]
public abstract class ObexFileOrFolderItem : ObexFolderListingItem, 0, Culture=neutral, PublicKeyToken=0cefc6fe962033b6]]

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

ObexFileOrFolderItem Members | Brecham.Obex.Objects Namespace