ExternalPortalManagerStartSessionAndResetPassword Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public string StartSessionAndResetPassword(
	string email,
	string source,
	string newPassword,
	Guid token
)

Parameters

email  String
 
source  String
 
newPassword  String
 
token  Guid
 

Return Value

String

See Also