Specifies whether the value of the Content Engine property represented by this Property object has changed since it was last saved (True) or not (False).


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

Syntax

Visual Basic (Declaration)
Function IsDirty() As Boolean
C#
bool IsDirty()
C++
bool IsDirty() abstract 
J#
bool IsDirty()
JScript
function IsDirty() : bool

Return Value

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

See Also