Click or drag to resize
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.19.0)
Syntax
public BCReadOnlyCollection<BCDocRef> IncomingDocRefsEx(
	BCDocRefType docRefType = null,
	bool recursive = false,
	IEnumerable<string> addAttributeNames = null
)

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