BCFolder Elements Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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, BCCollectionBase BCPropertyDef )
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, IEnumerable String )
Returns a collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, BCCollectionBase BCPropertyDef , SortKind)
Returns the collection of objects in the folder.
Public methodElements(FSObjectKind, IEnumerable String , PropertyDefFlags)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
Public methodElements(FSObjectKind, IEnumerable String , PropertyDefFlags, SortKind)
Returns a collection of objects in the folder.
Back to Top
See Also