Click or drag to resize

BCVersionable.VersionsEx Method (BCCollectionBase<BCPropertyDef>)

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.96.0)
Syntax
public BCReadOnlyCollection<BCDocument> VersionsEx(
	BCCollectionBase<BCPropertyDef> propertyDefs
)

Parameters

propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCCollectionBase<BCPropertyDef>
The collection of property definitions that describes the set of properties that is returned.

Return Value

Type: BCReadOnlyCollection<BCDocument>
Collection of all revisions of the document.
See Also