Click or drag to resize
BCVersionableVersionsEx Method (BCCollectionBaseBCPropertyDef)
Returns collection of all revisions of the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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
)

Parameters

propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describes the set of properties that is returned.

Return Value

Type: BCReadOnlyCollectionBCDocument
Collection of all revisions of the document.
See Also