BCVersionableVersionsEx Method (IEnumerableString, PropertyDefFlags) | 
 
            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.111.0)
Syntaxpublic BCReadOnlyCollection<BCDocument> VersionsEx(
	IEnumerable<string> propertyDefIDsOrFullNames = null,
	PropertyDefFlags flags = PropertyDefFlags.eFailIfPDNotFound
)
Public Function VersionsEx ( 
	Optional propertyDefIDsOrFullNames As IEnumerable(Of String) = Nothing,
	Optional flags As PropertyDefFlags = PropertyDefFlags.eFailIfPDNotFound
) As BCReadOnlyCollection(Of BCDocument)
Parameters
- propertyDefIDsOrFullNames (Optional)
 - Type: System.Collections.GenericIEnumerableString
            The collection of property definition FullName property values that describes the set 
            of properties that is returned.
            Or the collection of property definition ID property values 
            (flags must contain eTreatStringAsObjectID flag).
             - flags (Optional)
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyDefFlags
            A bitmask that is a combination of bit flags from PropertyDefFlags.
             
Return Value
Type: 
BCReadOnlyCollectionBCDocumentCollection of all revisions of the document.
See Also