[This is preliminary documentation and is subject to change.]
Gets the count of the projects
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int GetProjectCount( string projectName, int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetProjectCount ( _ projectName As String, _ groupId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int GetProjectCount( String^ projectName, int groupId ) |
Parameters
- projectName
- Type: System..::.String
The name of the project
- groupId
- Type: System..::.Int32
The unique id for the group
