The TTL (Time To Live) value for the stream has expired. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CONTENT_TTL_STREAM_EXPIRED As ExceptionCode
C#
public static readonly ExceptionCode CONTENT_TTL_STREAM_EXPIRED;
C++
public:
 static const ExceptionCode CONTENT_TTL_STREAM_EXPIRED;
J#
public static final ExceptionCode CONTENT_TTL_STREAM_EXPIRED
JScript
public static const var CONTENT_TTL_STREAM_EXPIRED : ExceptionCode;

See Also