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

ObexFileItem Class

Holds an OBEX Folder-Listing XML file 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 ObexFileItem Members.

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

[Visual Basic]
Public Class ObexFileItem
    Inherits ObexFileOrFolderItem
[C#]
public class ObexFileItem : 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 file contained within the folder.” This item type has multiple attributes.

Requirements

Namespace: Brecham.Obex.Objects

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

See Also

ObexFileItem Members | Brecham.Obex.Objects Namespace