ArcFM Solution Developer Guide
GetDirty Method (IMMPersistentListItem)






Returns true if the list item or its children have changed since the time it was loaded from a stream.
Syntax
'Declaration
 
Function GetDirty() As System.Boolean
'Usage
 
Dim instance As IMMPersistentListItem
Dim value As System.Boolean
 
value = instance.GetDirty()
System.bool GetDirty()
function GetDirty(): System.Boolean; 
function GetDirty() : System.boolean;
System.bool GetDirty(); 
System.bool GetDirty(); 

Return Value

Boolean
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPersistentListItem Interface
IMMPersistentListItem Members

Send Feedback