Used to define data contract for GetDocumentTypes service
Inheritance Hierarchy
PASI.DataContract.V2018DocumentTypeInfo
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DocumentTypeInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentTypeInfo |
Properties
| Name | Description | |
|---|---|---|
| CanHaveMultipleRelevant | (Required)
True when a student can have multiple documents of this type that are flagged as being relevant
| |
| Categories | (Required)
Identifies the categories that describe this document type
| |
| Description | (Required)
A description of this document type
| |
| DisposalAction | (Required)
The action taken on the document when the retention period ends
| |
| DocumentType | (Required)
The business key for document type
| |
| EffectiveEndDate |
The last date that documents can be uploaded or edited for this document type
| |
| EffectiveStartDate | (Required)
The date that documents can be uploaded for this document type
| |
| IsDateRequired | (Required)
True when documents of this type require a document date
| |
| IsExpiryDateRequired | (Required)
True when documents of this type require an expiry date
| |
| IsOrganizationBound | (Required)
True if documents of this type are bound to the organization that added it
| |
| IsSchoolYearBound | (Required)
True when documents of this document type are tied to a specific school year
| |
| Name | (Required)
The name of this document type
| |
| QualityAssuranceRatio | (Required)
The percentage of documents of this type that will be targeted for quality assurance
| |
| RetentionPeriod | (Required)
Indicates the length of time the document needs to be kept active
| |
| RetentionSchedule | (Required)
The retention policy for documents of this document type
| |
| SecurityClassification | (Required)
Identifies the minimum level of for documents of this type
| |
| SourceDocumentQuality | (Required)
Identifies Source Document Quality for document Type
|
See Also