Click or drag to resize
ProjectInfoProviderGetProjectInfo Method (String, String, String)

Note: This API is now obsolete.

Returns Project with specified name.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use GetProjectInfo(string forumGroupName, int siteId, int groupId) instead.")]
public static ProjectInfo GetProjectInfo(
	string projectName,
	string siteName,
	string groupName
)

Parameters

projectName
Type: SystemString
Project name
siteName
Type: SystemString
Site name
groupName
Type: SystemString
Name of the group

Return Value

Type: ProjectInfo
See Also