Sets the value of the Content Engine property represented by this
object to the specified
.
(Boolean
value)PropertyBoolean
(byte
value)PropertyBinary
(Date
value)PropertyDateTime
(Double
value)PropertyFloat64
(Id
value)PropertyId
(Integer
value)PropertyInteger32
(String
value)PropertyString
(InputStream
value)PropertyContent
(EngineObject
value)PropertyEngineObject
(ObjectReference
value)PropertyEngineObject
(BinaryList
value)PropertyBinaryList
(BooleanList
value)PropertyBooleanList
(DateTimeList
value)PropertyDateTimeList
(DependentObjectList
value)PropertyDependentObjectList
(Float64List
value)PropertyFloat64List
(IdList
value)PropertyIdList
(IndependentObjectSet
value)PropertyIndependentObjectSet
(Integer32List
value)PropertyInteger32List
(StringList
value)PropertyStringList
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetObjectValue( _ ByVal val As Object _ ) |
C# |
---|
void SetObjectValue( object val ) |
C++ |
---|
void SetObjectValue( Object val ) abstract |
J# |
---|
void SetObjectValue( object val ) |
JScript |
---|
function SetObjectValue( val : Object ) |
Parameters
- val
- An
specifying the new property value. Only the followingObject
subclasses are allowed; each of which corresponds to the data type that a property represented by a particularObject
object type can hold:Property
Exceptions
Exception Type | Condition |
---|---|
API_UNSUPPORTED_PROPERTY_TYPE | Thrown if specifies a or an invalid type. |
E_READ_ONLY | Thrown if an attempt is made to update a property that is not settable (its method returns ). |