Sets the value of this Content Engine property.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub SetValue ( _ val As Stream _ ) |
| C# |
|---|
void SetValue( Stream val ) |
| Visual C++ |
|---|
void SetValue( Stream^ val ) |
| JavaScript |
|---|
function setValue(val); |
Parameters
- val
- Type: System.IO..::.Stream
An InputStream that specifies the new property value.
Exceptions
| Exception | Condition |
|---|---|
| ExceptionCode..::.E_READ_ONLY | Thrown if an attempt is made to update a property that is not settable (its Property.IsSettable method returns False). |
| ExceptionCode..::.E_CLOSED_STREAM | Thrown if an input stream is closed before all of the data has been read. |