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

Returns a list of users related to the supplied user via a common Tag. For example, both user one and user two are both tagged with "Engineer" and are considered related. 

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

~/Workarea/webservices/WebServiceAPI/Community/Tags.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllTagRelatedUsers", Description = "Returns a list of users related to the supplied user via a common Tag.  For example, both user one and user Two are both tagged with \"Engineer\" and are considered related.")]
public UserData[] GetAllTagRelatedUsers(long userId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllTagRelatedUsers", Description = "Returns a list of users related to the supplied user via a common Tag.  For example, both user one and user Two are both tagged with \"Engineer\" and are considered related.")>
Public Function GetAllTagRelatedUsers(userId As long) As UserData()
Parameters 
Description 
userId 
This is the user for which to retrieve related users. 

An array of partially populated UserData objects.

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!