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

ObexFolderListing.AllItems Property

All the items in the document, as a list of type ObexFolderListingItem.

[Visual Basic]
Public ReadOnly Property AllItems As IList`1([Brecham.Obex.Objects.ObexFolderListingItem, Brecham.Obex, Version=1.5.1203.0, Culture=neutral, PublicKeyToken=0cefc6fe962033b6))
[C#]
public ObexFolderListingItem, Brecham.Obex, Version=1.5.1203.0, Culture=neutral, PublicKeyToken=0cefc6fe962033b6]] AllItems {get;}

Remarks

Each element in the list is an instance of one of its subclasses: ObexFileItem, ObexFolderItem, or ObexParentFolderItem. If there are no items, a non-null empty list is returned.

Note    Apologies for the untidy text in this member’s and its siblings’ header, this is the Generic type parameter which NDoc, the documentation generator, is not yet able to handle.

See Also

ObexFolderListing Class | Brecham.Obex.Objects Namespace