BCVersionableVersionsEx Method (BCCollectionBaseBCPropertyDef) |
Returns collection of all revisions of the document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCReadOnlyCollection<BCDocument> VersionsEx(
BCCollectionBase<BCPropertyDef> propertyDefs
)
Public Function VersionsEx (
propertyDefs As BCCollectionBase(Of BCPropertyDef)
) As BCReadOnlyCollection(Of BCDocument)
public:
BCReadOnlyCollection<BCDocument^>^ VersionsEx(
BCCollectionBase<BCPropertyDef^>^ propertyDefs
)
member VersionsEx :
propertyDefs : BCCollectionBase<BCPropertyDef> -> BCReadOnlyCollection<BCDocument>
Parameters
- propertyDefs
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describes
the set of properties that is returned.
Return Value
Type:
BCReadOnlyCollectionBCDocumentCollection of all revisions of the document.
See Also