Returns the error code held by this Property object when the Content Engine property that it represents cannot be accessed.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function GetRetrievalErrorValue As EngineRuntimeException
C#
EngineRuntimeException GetRetrievalErrorValue()
Visual C++
EngineRuntimeException^ GetRetrievalErrorValue()
JavaScript
function getRetrievalErrorValue();

Return Value

An EngineRuntimeException object specifying the error. If the Property object holds a valid Content Engine property value, this method returns Null.

ToggleSee Also