[Missing <summary> documentation for "M:Caisis.DataAccess.ProjectManagementDa.RemoveAssociatedOrganizations(System.Int32,System.Int32[])"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public void RemoveAssociatedOrganizations(
	int projectId,
	int[] organizationIds
)
Visual Basic
Public Sub RemoveAssociatedOrganizations ( 
	projectId As Integer,
	organizationIds As Integer()
)
Visual C++
public:
void RemoveAssociatedOrganizations(
	int projectId, 
	array<int>^ organizationIds
)

Parameters

projectId
Type: System..::..Int32
The Project Id
organizationIds
Type: array<System..::..Int32>[]()[][]
A List of OrganizationIds which will remove the association with a Project.

See Also