BCDocumentGetDocReferences Method (DocRefTypeFlags) |
Returns the collection of outgoing document references (not recursively).
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCReadOnlyCollection<BCDocRef> GetDocReferences(
DocRefTypeFlags flags
)
Public Function GetDocReferences (
flags As DocRefTypeFlags
) As BCReadOnlyCollection(Of BCDocRef)
public:
BCReadOnlyCollection<BCDocRef^>^ GetDocReferences(
DocRefTypeFlags flags
)
member GetDocReferences :
flags : DocRefTypeFlags -> BCReadOnlyCollection<BCDocRef>
Parameters
- flags
- Type: BlueCieloECM.InnoCielo.Meridian.ServerDocRefTypeFlags
A bitmask that is a combination of bit flags from DocRefTypeFlags.
Return Value
Type:
BCReadOnlyCollectionBCDocRef
The collection of outgoing document references.
See Also