Specifies whether this Properties collection has changed since it was last saved (True) or not (False).

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

ToggleSyntax

Visual Basic (Declaration)
Function IsDirty As Boolean
C#
bool IsDirty()
Visual C++
bool IsDirty()
JavaScript
function isDirty();

Return Value

True if the value of the collection has changed; otherwise, returns False.

ToggleSee Also