(Contents)(Previous)(Next)

Project Object

The Project object represents an OfficeTalk Project. This object provides access to the common object functionality.

Project Methods
Edit Lets the caller edit the properties of the project via a dialog box
Update Saves changes to this project
Delete Deletes the project
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
GetTasks Gets the list of project tasks belonging to this project
Project Properties
Name Represents the project's description
LastEditedDate The date on which the project was last changed
CreationDate The date when the project was created
Available Fields
Name
Type
Description
ID Long The project's ID
Last Edited Date The date when this project was last changed
Name String The name of this project
Owner String The name of the project's owner
More:

GetTasks()


Next