Specifies the content search item required state to be used. The content search item required state specified here overrides the content search item required state in the search template. If null, no change is made to the required state for the content search item in the search template.

Note: Some required states may not be applicable to all supported content search engines.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property RequiredState As Nullable(Of RequiredState)
C#
public Nullable<RequiredState> RequiredState { get; set; }
Visual C++
public:
property Nullable<RequiredState> RequiredState {
	Nullable<RequiredState> get ();
	void set (Nullable<RequiredState> value);
}
JavaScript
function get_requiredState();
function set_requiredState(value);

ToggleSee Also