Click or drag to resize
ProjectInfoProviderGetProjectInfo Method (String, Int32, Int32)
Returns Project with specified name.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static ProjectInfo GetProjectInfo(
	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: ProjectInfo
See Also