[This is preliminary documentation and is subject to change.]
Gets the Project list which are accessible to the administrator.
This method assumes that the currently logged in user is an administrator.
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetAdminProjectList( ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Function GetAdminProjectList ( _ session As ConfigureInfo _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetAdminProjectList( ConfigureInfo^ session ) |
Parameters
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
Return Value
The following columns are returned in the dataset,- isActiveIf the Project is Active
- projectIdThe unique id of the Project
- projectNameThe name of the Project
- groupNameThe name of the group
- GroupIdThe unique id of the group
- groupTypeThe type of the group, GroupType
Remarks
Please note that this method should be called by the currently logged in user who is an administrator.