BPM.Server
GetAllChildOUsByName Method (IProcessAssistOrgProvider)



Syntax
'Declaration
 
Function GetAllChildOUsByName( _
   ByVal oufullname As String, _
   ByVal childouname As String _
) As OUCollection
'Usage
 
Dim instance As IProcessAssistOrgProvider
Dim oufullname As String
Dim childouname As String
Dim value As OUCollection
 
value = instance.GetAllChildOUsByName(oufullname, childouname)
OUCollection GetAllChildOUsByName( 
   string oufullname,
   string childouname
)

Parameters

oufullname
childouname
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

IProcessAssistOrgProvider Interface
IProcessAssistOrgProvider Members

Send Feedback