ProjectInfoProviderGetJoinedViewDataInternal Method |
Gets project data form database view where project is joined with its status, user, creator and document.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax protected virtual DataSet GetJoinedViewDataInternal(
int projectId
)
Parameters
- projectId
- Type: SystemInt32
Project identifier.
Return Value
Type:
DataSetSee Also