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 FetchInstance 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

See Also