Class ProfileServiceController
Inheritance
ProfileServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class ProfileServiceController : DnnApiController
Constructors
ProfileServiceController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IPortalController. Scheduled removal in v12.0.0.")]
public ProfileServiceController()
ProfileServiceController(IPortalController, IApplicationStatusInfo, IPortalGroupController)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public ProfileServiceController(IPortalController portalController, IApplicationStatusInfo appStatus, IPortalGroupController portalGroupController)
Parameters
ProfileServiceController(IPortalController, IApplicationStatusInfo, IPortalGroupController, IHostSettings, IHostSettingsService, IEventLogger)
Declaration
public ProfileServiceController(IPortalController portalController, IApplicationStatusInfo appStatus, IPortalGroupController portalGroupController, IHostSettings hostSettings, IHostSettingsService hostSettingsService, IEventLogger eventLogger)
Parameters
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