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

Syntax

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

See Also