[This is preliminary documentation and is subject to change.]
Gets the list of projects
Namespace:
OfficeClip.DBLayer.ProjectsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetProjectList( int accountId, bool isActiveOnly ) |
| Visual Basic (Declaration) |
|---|
Public Function GetProjectList ( _ accountId As Integer, _ isActiveOnly As Boolean _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetProjectList( int accountId, bool isActiveOnly ) |
Parameters
- accountId
- Type: System..::.Int32
- isActiveOnly
- Type: System..::.Boolean
