Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const CONTENT_SEARCH As String = "ContentSearch"
C#
public const string CONTENT_SEARCH = "ContentSearch";
C++
public:
 const String CONTENT_SEARCH = L"ContentSearch";
J#
public const string CONTENT_SEARCH = "ContentSearch"
JScript
public const CONTENT_SEARCH : String = "ContentSearch";

See Also