BPM.Server
GetRootOUs(String,GetRootOUsType) Method



Syntax
'Declaration
 
Public Overloads Shared Function GetRootOUs( _
   ByVal ouFullName As String, _
   ByVal getType As BPM.GetRootOUsType _
) As OUCollection
'Usage
 
Dim ouFullName As String
Dim getType As BPM.GetRootOUsType
Dim value As OUCollection
 
value = OrgSvr.GetRootOUs(ouFullName, getType)
public static OUCollection GetRootOUs( 
   string ouFullName,
   BPM.GetRootOUsType getType
)
public:
static OUCollection^ GetRootOUs( 
   String^ ouFullName,
   BPM.GetRootOUsType getType
) 

Parameters

ouFullName
getType
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

OrgSvr Class
OrgSvr Members
Overload List

Send Feedback