Overload List
| Name | Description | |
|---|---|---|
| Elements()()()() |
Returns the collection of all objects in the folder.
The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind, BCCollectionBase<(Of <<'(BCPropertyDef>)>>)) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind, IEnumerable<(Of <<'(String>)>>)) |
Returns a collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind, BCCollectionBase<(Of <<'(BCPropertyDef>)>>), SortKind) |
Returns the collection of objects in the folder.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind, IEnumerable<(Of <<'(String>)>>), PropertyDefFlags) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.) | |
| Elements(FSObjectKind, IEnumerable<(Of <<'(String>)>>), PropertyDefFlags, SortKind) |
Returns a collection of objects in the folder.
(Inherited from BCFolder.) |