FileModelType
The valid values for the model type of a file.
enum FileModelType {
PROJECT
PROPERTY
CONTACT
EASEMENT
TASK
LETTER
COORDINATION
SPECIFICATION
ORDINANCE
CONTRACT
SUBMISSION
}
Values
FileModelType.PROJECT
The file belongs to project.
FileModelType.PROPERTY
The file belongs to a property.
FileModelType.CONTACT
The file belongs to a contact.
FileModelType.EASEMENT
The file belongs to an easement.
FileModelType.TASK
The file belongs to a task.
FileModelType.LETTER
The file belongs to a letter.
FileModelType.COORDINATION
The file belongs to a coordination.
FileModelType.SPECIFICATION
The following belongs to a specification.
FileModelType.ORDINANCE
The following belongs to an ordinance.
FileModelType.CONTRACT
The following belongs to a contract.
FileModelType.SUBMISSION
The following belongs to a submission.
Member Of
FileModelInput
input