summaryM:DotNetNuke.Web.InternalServices.ProfileServiceController.UpdateVanityUrl(DotNetNuke.Web.InternalServices.ProfileServiceController.VanityUrlDTO)

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[HttpPostAttribute]
[DnnExceptionFilterAttribute]
[ValidateAntiForgeryTokenAttribute]
public HttpResponseMessage UpdateVanityUrl(
	ProfileServiceController..::..VanityUrlDTO vanityUrl
)
Visual Basic
<HttpPostAttribute> 
<DnnExceptionFilterAttribute> 
<ValidateAntiForgeryTokenAttribute> 
Public Function UpdateVanityUrl ( 
	vanityUrl As ProfileServiceController..::..VanityUrlDTO
) As HttpResponseMessage

Parameters

vanityUrl
Type: DotNetNuke.Web.InternalServices..::..ProfileServiceController..::..VanityUrlDTO
paramvanityUrlM:DotNetNuke.Web.InternalServices.ProfileServiceController.UpdateVanityUrl(DotNetNuke.Web.InternalServices.ProfileServiceController.VanityUrlDTO)

Return Value

returnsM:DotNetNuke.Web.InternalServices.ProfileServiceController.UpdateVanityUrl(DotNetNuke.Web.InternalServices.ProfileServiceController.VanityUrlDTO)

See Also