BCSelectionDocuments Method |
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.
|