ProjectInfoProviderGetProjectInfoInternal Method (String, Int32, Int32) |
Returns Project with specified name.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax protected virtual ProjectInfo GetProjectInfoInternal(
string projectName,
int siteId,
int groupId
)
Parameters
- projectName
- Type: SystemString
Project name - siteId
- Type: SystemInt32
The site id - groupId
- Type: SystemInt32
The group id
Return Value
Type:
ProjectInfoSee Also