Click or drag to resize
SoapClientchangeOwnPasswordAsync Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public Task<changeOwnPasswordResponse> changeOwnPasswordAsync(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	string oldPassword,
	string newPassword
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
oldPassword
Type: SystemString
newPassword
Type: SystemString

Return Value

Type: TaskchangeOwnPasswordResponse
See Also