BPM.Server
GetAllChildOUsByLevel Method (IProcessAssistOrgProvider)



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

Parameters

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