A list of the symbolic names of the properties modified during a given event.

Namespace:  FileNet.Api.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ModifiedProperties As IStringList
C#
IStringList ModifiedProperties { get; }
Visual C++
property IStringList^ ModifiedProperties {
	IStringList^ get ();
}
JavaScript
function get_modifiedProperties();

ToggleRemarks

ToggleSee Also