Returns if the user has changed their password with # days from Today

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public bool UserChangedPasswordWithinAllowablePeriod(
	string userName,
	int days
)
Visual Basic
Public Function UserChangedPasswordWithinAllowablePeriod ( 
	userName As String,
	days As Integer
) As Boolean
Visual C++
public:
bool UserChangedPasswordWithinAllowablePeriod(
	String^ userName, 
	int days
)

Parameters

userName
Type: System..::..String
the user to query
days
Type: System..::..Int32
the number of days to search back from Today

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.DataAccess.UserDa.UserChangedPasswordWithinAllowablePeriod(System.String,System.Int32)"]

See Also