BCDocumentOutgoingDocRefsEx Method (BCDocRefType, Boolean, IEnumerableString) |
Returns a collection of
BCDocRef objects
that reference other documents.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCReadOnlyCollection<BCDocRef> OutgoingDocRefsEx(
BCDocRefType docRefType = null,
bool recursive = false,
IEnumerable<string> addAttributeNames = null
)
Public Function OutgoingDocRefsEx (
Optional docRefType As BCDocRefType = Nothing,
Optional recursive As Boolean = false,
Optional addAttributeNames As IEnumerable(Of String) = Nothing
) As BCReadOnlyCollection(Of BCDocRef)
public:
BCReadOnlyCollection<BCDocRef^>^ OutgoingDocRefsEx(
BCDocRefType^ docRefType = nullptr,
bool recursive = false,
IEnumerable<String^>^ addAttributeNames = nullptr
)
member OutgoingDocRefsEx :
?docRefType : BCDocRefType *
?recursive : bool *
?addAttributeNames : IEnumerable<string>
(* Defaults:
let _docRefType = defaultArg docRefType null
let _recursive = defaultArg recursive false
let _addAttributeNames = defaultArg addAttributeNames null
*)
-> BCReadOnlyCollection<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.OutgoingDocRefsEx(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 other documents.
See Also