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

Syntax

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

See Also