ProjectProgramsProgramAvatars
The Program Avatars resource is used to manage the avatar image for a program. A program can have only one avatar at a time.
Columns
| Name | Type | Description |
| ProjectProgramsProjectProgramId [KEY] | Long | The unique identifier of the program. |
| ImageId [KEY] | Long | The unique identifier of the image for a program. |
| Image | String | The base 64 encoded image. |
| ImageName | String | The name of the image. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| LastUpdatedBy | String | The user who last updated the record. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| Finder | String | finder |
| PersonId | Long | personid |
| ProjectId | Long | projectid |
| ProjectProgramId | Long | projectprogramid |
| TreeStructureId | String | treestructureid |