BCSelectionDocuments Method (BCCollectionBaseBCPropertyDef, SortKind) |
Returns the collection of documents in the selection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCCollection<BCDocument> Documents(
BCCollectionBase<BCPropertyDef> propertyDefs,
SortKind sortOn
)
Public Function Documents (
propertyDefs As BCCollectionBase(Of BCPropertyDef),
sortOn As SortKind
) As BCCollection(Of BCDocument)
public:
BCCollection<BCDocument^>^ Documents(
BCCollectionBase<BCPropertyDef^>^ propertyDefs,
SortKind sortOn
)
member Documents :
propertyDefs : BCCollectionBase<BCPropertyDef> *
sortOn : SortKind -> BCCollection<BCDocument>
Parameters
- propertyDefs
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the set of properties that is returned.
If null, then default properties will be returned.
- sortOn
- Type: BlueCieloECM.InnoCielo.Meridian.ServerSortKind
The sort order of objects in the result collection.
Return Value
Type:
BCCollectionBCDocumentThe collection of documents in the selection.
See Also