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

Loads the CMS and Active Directory name. 

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 = "GetADMapping", Description = "")]
public AdMappingData[] GetADMapping(long CallerId, string MapType, int Map, int Exclude, int Editable);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetADMapping", Description = "")>
Public Function GetADMapping(CallerId As long, MapType As string, Map As Integer, Exclude As Integer, Editable As Integer) As AdMappingData()
Parameters 
Description 
CallerId 
Who is calling this function. 
MapType 
Possible value is “userprop” (user properties). 
Map 
Ektron.Cms.Common.EkEnumeration.MapTypes (include, exclude and dontconsider are the possible values). 
Exclude 
Flag (0 – false, 1-true). 
Editable 
Flag(0-false,1-true). 

Ektron.Cms.AdMappingData()

A user with administrator privileges must be logged in to perform this operation.

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!