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)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)>
Function GetInputStreamValue() As Stream
C#
[ComVisibleAttribute(False)]
Stream GetInputStreamValue()
C++
[ComVisibleAttribute(False)]
Stream GetInputStreamValue() abstract 
J#
/** @attribute ComVisibleAttribute(False) */
Stream GetInputStreamValue()
JScript
function GetInputStreamValue() : Stream

Return Value

An InputStream object specifying the property value.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyContent.

See Also