[This is preliminary documentation and is subject to change.]

Resets the Extranet password

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int ResetCustomerPortalPassword(
	string emailAddress,
	string customerPortalUrl
)
Visual Basic (Declaration)
Public Function ResetCustomerPortalPassword ( _
	emailAddress As String, _
	customerPortalUrl As String _
) As Integer
Visual C++
public:
int ResetCustomerPortalPassword(
	String^ emailAddress, 
	String^ customerPortalUrl
)

Parameters

emailAddress
Type: System..::.String
customerPortalUrl
Type: System..::.String

Return Value

See Also