BPM.Server
OnItemRename Method (UserCommonInfoCollection)



Syntax
'Declaration
 
Public Overridable Sub OnItemRename( _
   ByVal oldKey As String, _
   ByVal newKey As String, _
   ByVal value As UserCommonInfo _
) 
'Usage
 
Dim instance As UserCommonInfoCollection
Dim oldKey As String
Dim newKey As String
Dim value As UserCommonInfo
 
instance.OnItemRename(oldKey, newKey, value)
public virtual void OnItemRename( 
   string oldKey,
   string newKey,
   UserCommonInfo value
)
public:
virtual void OnItemRename( 
   String^ oldKey,
   String^ newKey,
   UserCommonInfo^ value
) 

Parameters

oldKey
newKey
value
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

UserCommonInfoCollection Class
UserCommonInfoCollection Members

Send Feedback