The vendor method to use to lock the content upon ingestion.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ContentLockMethod As String
C#
string ContentLockMethod { get; set; }
Visual C++
property String^ ContentLockMethod {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_contentLockMethod();
function set_contentLockMethod(value);

ToggleSee Also