ArcFM Responder Mobile Developer Guide
Rename Method (IMMStoredItemManager)






Syntax
'Declaration
 
Function Rename( _
   ByVal pStoredItem As IMMStoredItem, _
   ByVal newName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMStoredItemManager
Dim pStoredItem As IMMStoredItem
Dim newName As System.String
Dim value As System.Boolean
 
value = instance.Rename(pStoredItem, newName)
System.bool Rename( 
   IMMStoredItem pStoredItem,
   System.string newName
)
function Rename( 
    pStoredItem: IMMStoredItem;
    newName: System.String
): System.Boolean; 
function Rename( 
   pStoredItem : IMMStoredItem,
   newName : System.String
) : System.boolean;
System.bool Rename( 
   IMMStoredItem* pStoredItem,
   System.string* newName
) 
System.bool Rename( 
   IMMStoredItem^ pStoredItem,
   System.String^ newName
) 

Parameters

pStoredItem
newName
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

IMMStoredItemManager Interface
IMMStoredItemManager Members

Send Feedback