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

This method creates the editable fields(UI) for user's custom properties. 

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

~/Workarea/webservices/WebServiceAPI/User/User.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "EditUserCustomProperties", Description = "")]
public string EditUserCustomProperties(long UserId, bool ReadOnly);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "EditUserCustomProperties", Description = "")>
Public Function EditUserCustomProperties(UserId As long, ReadOnly As bool) As string
Parameters 
Description 
UserId 
User's ID. If the user ID is not specified then it will return empty fields. 
ReadOnly 
 

String

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!