Gets or sets the current session document LockID property value that should be ignored on restricted operations.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string IgnoreDocumentLockID { get; set; }
Visual Basic
Public Property IgnoreDocumentLockID As String
	Get
	Set
Visual C++
public:
property String^ IgnoreDocumentLockID {
	String^ get ();
	void set (String^ value);
}

See Also