Click or drag to resize

EasyPortalServiceChangePassword Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangePassword(
	string sessionId,
	string oldPassword,
	string newPassword
)

Parameters

sessionId
Type: SystemString
oldPassword
Type: SystemString
newPassword
Type: SystemString
See Also