Click or drag to resize

BCSelectionDocuments Method

Overload List
  NameDescription
Public methodDocuments
Returns the collection of documents in the selection. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(IEnumerableString)
Returns the collection of documents in the selection. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(BCCollectionBaseBCPropertyDef)
Returns the collection of documents in the selection. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(IEnumerableString, PropertyDefFlags)
Returns the collection of documents in the selection. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(BCCollectionBaseBCPropertyDef, SortKind)
Returns the collection of documents in the selection.
Public methodDocuments(IEnumerableString, PropertyDefFlags, SortKind)
Returns the collection of documents in the selection.
Top
See Also