BCDocumentIncomingDocRefsEx Method (BCDocRefType, Boolean, IEnumerableString) |
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.111.0)
Syntax public 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.ServerBCDocRefType
The reference type. If , then references of any type
will be taken.
- recursive (Optional)
- Type: SystemBoolean
A value indicating whether recursive processing is needed.
- addAttributeNames (Optional)
- Type: System.Collections.GenericIEnumerableString
[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:
BCReadOnlyCollectionBCDocRef
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