Click or drag to resize

BCFolderElements Method

Overload List
  NameDescription
Public methodElements
Returns the collection of all objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, BCCollectionBaseBCPropertyDef)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, IEnumerableString)
Returns a collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, BCCollectionBaseBCPropertyDef, SortKind)
Returns the collection of objects in the folder.
Public methodElements(FSObjectKind, IEnumerableString, PropertyDefFlags)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, IEnumerableString, PropertyDefFlags, SortKind)
Returns a collection of objects in the folder.
Top
See Also