BPM.Server
OnItemRename Method (UserCollection)



Syntax
'Declaration
 
Public Overridable Sub OnItemRename( _
   ByVal oldKey As String, _
   ByVal newKey As String, _
   ByVal value As User _
) 
'Usage
 
Dim instance As UserCollection
Dim oldKey As String
Dim newKey As String
Dim value As User
 
instance.OnItemRename(oldKey, newKey, value)
public virtual void OnItemRename( 
   string oldKey,
   string newKey,
   User value
)
public:
virtual void OnItemRename( 
   String^ oldKey,
   String^ newKey,
   User^ 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

UserCollection Class
UserCollection Members

Send Feedback