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

Syntax

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

See Also