Click or drag to resize
ProjectInfoProviderDeleteProjectInfo Method (Int32)
Deletes Project with specified ID.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static void DeleteProjectInfo(
	int projectId
)

Parameters

projectId
Type: SystemInt32
Project ID
See Also