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

Returns a list of all the accounts in which none of the users have used the system in certain number of days

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

Syntax

C#
public DataSet GetOldAccounts(
	int numDays
)
Visual Basic (Declaration)
Public Function GetOldAccounts ( _
	numDays As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetOldAccounts(
	int numDays
)

Parameters

numDays
Type: System..::.Int32
The number of days in which the for which the users have not used the sytem.

Return Value

A DataSet containing a single table with a single column AccountId (System.Int32)

See Also