[This is preliminary documentation and is subject to change.]

archives the Project in the database, or restores it.

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void ArchiveProject(
	int projectId,
	bool isActive
)
Visual Basic (Declaration)
Public Sub ArchiveProject ( _
	projectId As Integer, _
	isActive As Boolean _
)
Visual C++
public:
void ArchiveProject(
	int projectId, 
	bool isActive
)

Parameters

projectId
Type: System..::.Int32
The database id of the Project.
isActive
Type: System..::.Boolean
true if the Project is Active, so Archive it, false if the Project is archived, so restore it.

See Also