BPM.Server
OnItemRename Method (OUCollection)



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

OUCollection Class
OUCollection Members

Send Feedback