BCFolderElements Method |
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, BCCollectionBaseBCPropertyDef) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
Elements(FSObjectKind, IEnumerableString) |
Returns a collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
Elements(FSObjectKind, BCCollectionBaseBCPropertyDef, SortKind) |
Returns the collection of objects in the folder.
| |
Elements(FSObjectKind, IEnumerableString, PropertyDefFlags) |
Returns the collection of objects in the folder.
The collection is sorted ascending on the DisplayName property value.
| |
Elements(FSObjectKind, IEnumerableString, PropertyDefFlags, SortKind) |
Returns a collection of objects in the folder.
|