Show / Hide Table of Contents

Class ProfileServiceController

Inheritance
object
DnnApiController
ProfileServiceController
Inherited Members
DnnApiController.PortalSettings
DnnApiController.UserInfo
DnnApiController.ActiveModule
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class ProfileServiceController : DnnApiController

Constructors

ProfileServiceController()

Declaration
public ProfileServiceController()

Methods

ProfilePropertyValues()

Declaration
[DnnAuthorize]
public HttpResponseMessage ProfilePropertyValues()
Returns
Type Description
HttpResponseMessage

Search(string)

Declaration
public HttpResponseMessage Search(string q)
Parameters
Type Name Description
string q
Returns
Type Description
HttpResponseMessage

UpdateVanityUrl(VanityUrlDTO)

Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage UpdateVanityUrl(ProfileServiceController.VanityUrlDTO vanityUrl)
Parameters
Type Name Description
ProfileServiceController.VanityUrlDTO vanityUrl
Returns
Type Description
HttpResponseMessage

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS