BCDocumentDeleteOutGoingDocRefWithID Method |
Removes the reference to another document
using the ID property value of the reference.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void DeleteOutGoingDocRefWithID(
string docRefID
)
Public Sub DeleteOutGoingDocRefWithID (
docRefID As String
)
public:
void DeleteOutGoingDocRefWithID(
String^ docRefID
)
member DeleteOutGoingDocRefWithID :
docRefID : string -> unit
Parameters
- docRefID
- Type: SystemString
The ID property value of the reference to remove.
See Also