BCSelection.Documents Method |
Name | Description | |
---|---|---|
![]() | Documents() |
Returns the collection of documents in the selection.
The collection is sorted ascending on the DisplayName property value.
|
![]() | Documents(IEnumerable<String>) |
Returns the collection of documents in the selection.
The collection is sorted ascending on the DisplayName property value.
|
![]() | Documents(BCCollectionBase<BCPropertyDef>) |
Returns the collection of documents in the selection.
The collection is sorted ascending on the DisplayName property value.
|
![]() | Documents(IEnumerable<String>, PropertyDefFlags) |
Returns the collection of documents in the selection.
The collection is sorted ascending on the DisplayName property value.
|
![]() | Documents(BCCollectionBase<BCPropertyDef>, SortKind) |
Returns the collection of documents in the selection.
|
![]() | Documents(IEnumerable<String>, PropertyDefFlags, SortKind) |
Returns the collection of documents in the selection.
|