BCDocumentHasRedlines Property |
Gets a value indicating whether the document contains redline information.
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 HasRedlines { get; }
Public ReadOnly Property HasRedlines As Boolean
Get
Property Value
Type:
BooleanRemarks
Uses the value of the AMDocumentPropertySet._HAS_REDLINES property.
The server can be forced to update the property by calling the
HasRedlineData(Boolean) method.
See Also