Returns the value held by the Content Engine property represented by this
PropertyContent object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyContent. |