RSS Documentation
MoveOU Method



Syntax
'Declaration
 
Public Shared Sub MoveOU( _
   ByVal cn As BPMConnection, _
   ByVal srcOUFullName As String, _
   ByVal tagOUFullName As String _
) 
'Usage
 
Dim cn As BPMConnection
Dim srcOUFullName As String
Dim tagOUFullName As String
 
OU.MoveOU(cn, srcOUFullName, tagOUFullName)
public static void MoveOU( 
   BPMConnection cn,
   string srcOUFullName,
   string tagOUFullName
)
public:
static void MoveOU( 
   BPMConnection^ cn,
   String^ srcOUFullName,
   String^ tagOUFullName
) 

Parameters

cn
srcOUFullName
tagOUFullName
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

OU Class
OU Members

Send Feedback