Returns the value held by the Content Engine property represented by this PropertyContent object.

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

ToggleSyntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Function GetInputStreamValue As Stream
C#
[ComVisibleAttribute(false)]
Stream GetInputStreamValue()
Visual C++
[ComVisibleAttribute(false)]
Stream^ GetInputStreamValue()
JavaScript
function getInputStreamValue();

Return Value

An InputStream object specifying the property value.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyContent.

ToggleSee Also