Locates a PropertyContent property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(False)> _
Function GetInputStreamValue ( _
propertyName As String _
) As Stream |
C# |
---|
[ComVisibleAttribute(false)]
Stream GetInputStreamValue(
string propertyName
) |
Visual C++ |
---|
[ComVisibleAttribute(false)]
Stream^ GetInputStreamValue(
String^ propertyName
) |
JavaScript |
---|
function getInputStreamValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
InputStream specifying the value of the property.