Click or drag to resize

BCDocumentHasRedlineData Method

Checks if any redline information is stored for the document.

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 bool HasRedlineData(
	bool updateHasRedlines
)

Parameters

updateHasRedlines
Type: SystemBoolean
A value indicating whether the property HasRedlines should be updated.

Return Value

Type: Boolean
if any redline information is stored for the document.
See Also