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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void DeleteOutGoingDocRefWithID(
string docRefID
) |
Visual Basic |
---|
Public Sub DeleteOutGoingDocRefWithID ( _
docRefID As String _
) |
Visual C++ |
---|
public:
void DeleteOutGoingDocRefWithID(
String^ docRefID
) |
Parameters
- docRefID
- Type: System..::..String
The ID property value of the reference to remove.
See Also