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

ObexFolderListing.Files Property

The file items in the document, as a list of ObexFileItem instances.

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

Remarks

A file item “Indicates the existence of a file 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