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

ObexParentFolderItem Class

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

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

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

[Visual Basic]
Public Class ObexParentFolderItem
    Inherits ObexFolderListingItem
    Implements IEquatable`1([Brecham.Obex.Objects.ObexParentFolderItem, Brecham.Obex, Version=1.5.1203.0, Culture=neutral, PublicKeyToken=0cefc6fe962033b6))
[C#]
public class ObexParentFolderItem : 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.

Remarks

“Represents the existence of a parent to the folder being presented.”

This item type has no attributes, not even a ‘last modified time/date’ property. :-(

Requirements

Namespace: Brecham.Obex.Objects

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

See Also

ObexParentFolderItem Members | Brecham.Obex.Objects Namespace