IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Resources Property

Collection of resources resulting from the last directory listing.

Syntax

[VB.NET]
Public ReadOnlyProperty Resources As DAVResourceList

[C#]
public DAVResourceList Resources {get;}

Remarks

This property contains a list of resources listed by the server after a call to the ListDirectory method. To retrieve properties of a particular resource, please refer to the FindProperties method).

MaxResources can be used to control the number of resource listings saved.

This collection is indexed from 0 to Count - 1.

This property is read-only.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]