BCDocument.IncomingDocRefs Method (BCDocRefType) |
Returns a collection of
BCDocRef objects
that reference the document (not recursively).
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntaxpublic BCReadOnlyCollection<BCDocRef> IncomingDocRefs(
BCDocRefType docRefType
)
Public Function IncomingDocRefs (
docRefType As BCDocRefType
) As BCReadOnlyCollection(Of BCDocRef)
Parameters
- docRefType
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocRefType
The reference type. If null, then references of any type
will be taken.
Return Value
Type:
BCReadOnlyCollection<BCDocRef>
A collection of all
BCDocRef objects that
reference the document.
See Also