Click or drag to resize
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.19.0)
Syntax
public void DeleteOutGoingDocRefWithID(
	string docRefID
)

Parameters

docRefID
Type: SystemString
The ID property value of the reference to remove.
See Also