You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > ActiveDirectoryUser Class > ActiveDirectoryUser Methods > GetDomains
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ActiveDirectoryUser.GetDomains Method

Loads a list of domains from Active Directory

This method can be accessed through the ActiveDirectoryUser.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/ActiveDirectoryUser.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetDomains", Description = "")]
public DomainData[] GetDomains(int ShowAll, int CheckIntegration);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetDomains", Description = "")>
Public Function GetDomains(ShowAll As Integer, CheckIntegration As Integer) As DomainData()
Parameters 
Description 
ShowAll 
flag(1 = show all). 
CheckIntegration 
Check whether CMS is configured to integrate Active Directory (1 = check otherwise resumed). 

Ektron.Cms.DomainData()

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!