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

Syntax

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

See Also