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

Syntax

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

See Also