BCDocumentDeleteOutGoingDocRefWithID Method |
Removes the reference to another document
using the ID property value of the reference.
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 void DeleteOutGoingDocRefWithID(
string docRefID
)
Public Sub DeleteOutGoingDocRefWithID (
docRefID As String
)
Parameters
- docRefID
- Type: SystemString
The ID property value of the reference to remove.
See Also