BCDocument.IncomingDocRefsEx Method (BCDocRefType, Boolean, IEnumerable<String>) |
Returns a collection of
BCDocRef objects
that reference 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)
Syntaxpublic BCReadOnlyCollection<BCDocRef> IncomingDocRefsEx(
BCDocRefType docRefType = null,
bool recursive = false,
IEnumerable<string> addAttributeNames = null
)
Public Function IncomingDocRefsEx (
Optional docRefType As BCDocRefType = Nothing,
Optional recursive As Boolean = false,
Optional addAttributeNames As IEnumerable(Of String) = Nothing
) As BCReadOnlyCollection(Of BCDocRef)
Parameters
- docRefType (Optional)
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocRefType
The reference type. If null, then references of any type
will be taken.
- recursive (Optional)
- Type: System.Boolean
A value indicating whether recursive processing is needed.
- addAttributeNames (Optional)
- Type: System.Collections.Generic.IEnumerable<String>
[Missing <param name="addAttributeNames"/> documentation for "M:BlueCieloECM.InnoCielo.Meridian.Server.BCDocument.IncomingDocRefsEx(BlueCieloECM.InnoCielo.Meridian.Server.BCDocRefType,System.Boolean,System.Collections.Generic.IEnumerable{System.String})"]
Return Value
Type:
BCReadOnlyCollection<BCDocRef>
The collection of additional attribute names that describes additional
set of property values that is returned.
A collection of all
BCDocRef objects that
reference the document.
See Also