Specifies whether this
collection has changed since it was last saved (
) or not (
).
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
if the value of the collection has changed; otherwise, returns
.