A list of the symbolic names of the properties modified during a given event. Note that this property is only available when you retrieve the event object, for example, by calling the Factory
method. This property is not available from the event object passed to the event action handler.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property ModifiedProperties As IStringList |
C# |
---|
IStringList ModifiedProperties { get; } |
C++ |
---|
property IStringList ModifiedProperties abstract { IStringList get(); } |
J# |
---|
/** property */ public IStringList get_ModifiedProperties(); |
JScript |
---|
public function get ModifiedProperties() : IStringList |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: true
Settability: READ_ONLY
TargetAccessRequired: READ