| BCSelectionDocuments Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Documents | 
            Returns the collection of documents in the selection. 
            The collection is sorted ascending on the DisplayName property value.
             | 
|  | Documents(IEnumerableString) | 
            Returns the collection of documents in the selection. 
            The collection is sorted ascending on the DisplayName property value.
             | 
|  | Documents(BCCollectionBaseBCPropertyDef) | 
            Returns the collection of documents in the selection. 
            The collection is sorted ascending on the DisplayName property value.
             | 
|  | Documents(IEnumerableString, PropertyDefFlags) | 
            Returns the collection of documents in the selection. 
            The collection is sorted ascending on the DisplayName property value.
             | 
|  | Documents(BCCollectionBaseBCPropertyDef, SortKind) | 
            Returns the collection of documents in the selection. 
             | 
|  | Documents(IEnumerableString, PropertyDefFlags, SortKind) | 
            Returns the collection of documents in the selection. 
             | 
 See Also
See Also