Class ProfileServiceController
Inheritance
ProfileServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class ProfileServiceController : DnnApiController
Constructors
ProfileServiceController()
Declaration
public ProfileServiceController()
Methods
ProfilePropertyValues()
Declaration
[DnnAuthorize]
public HttpResponseMessage ProfilePropertyValues()
Returns
Search(string)
Declaration
public HttpResponseMessage Search(string q)
Parameters
Type |
Name |
Description |
string |
q |
|
Returns
UpdateVanityUrl(VanityUrlDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage UpdateVanityUrl(ProfileServiceController.VanityUrlDTO vanityUrl)
Parameters
Returns
Extension Methods