A project link.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| ProjectId | Int32 | The ID of the associated project. | |||
| ProjectName | String | This field is nullable. | The name of the associated project. | ||
| ID | Int32 | The ID. | |||
| Title | This field is editable through the web API. | This field is required. | String | The title. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description. | |
| URL | This field is editable through the web API. | This field is required. | String | The URL. | |
| CategoryID | This field is editable through the web API. | This field is required. | Int32 | The ID of the associated category. | |
| CategoryName | String | This field is nullable. | The name of the associated category. | ||
| IsRead | Boolean | Whether or not the current user has read the link. | |||
| IsFlagged | Boolean | Whether or not the current user has flagged the link. | |||
| FlaggedDate | DateTime | The date the link was flagged by the current user. | |||
| CreatedFullName | String | Gets or sets the full name of the user who created the link. | |||
| CreatedUID | String | This field is nullable. | Gets or sets the UID of the user who created the link. | ||
| CreatedEmail | String | This field is nullable. | Gets or sets the alert email of the user who created the link. | ||
| CreatedDate | DateTime | Gets or sets the date/time this link was created. | |||
| ModifiedFullName | String | The full name of the user who last modified the link. | |||
| ModifiedUID | String | This field is nullable. | The UID of the user who last modified the link. | ||
| ModifiedDate | DateTime | The last modified date. |