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

Syntax

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

See Also