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

ObexFolderListing.Folders Property

The folder items in the document, as a list of ObexFolderItem instances.

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

Remarks

A folder item “Indicates the existence of a folder contained within the folder.” 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