BCDocumentUIRedlinesFile Property |
Loads/saves document redline information from/to the specified file.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.49.0)
Syntaxpublic string RedlinesFile { get; set; }
Public Property RedlinesFile As String
Get
Set
public:
property String^ RedlinesFile {
String^ get ();
void set (String^ value);
}
member RedlinesFile : string with get, set
Property Value
Type:
String
Remarks
If is assigned, redline information is removed.
See Also