Overload List
| Name | Description | |
|---|---|---|
| Elements |
Returns the collection of all objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
| Elements(FSObjectKind) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
| Elements(FSObjectKind, BCCollectionBase BCPropertyDef ) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
| Elements(FSObjectKind, IEnumerable String ) |
Returns a collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
| Elements(FSObjectKind, BCCollectionBase BCPropertyDef , SortKind) |
Returns the collection of objects in the folder.
| |
| Elements(FSObjectKind, IEnumerable String , PropertyDefFlags) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
| Elements(FSObjectKind, IEnumerable String , PropertyDefFlags, SortKind) |
Returns a collection of objects in the folder.
|
See Also