Namespaces
Methods
-
Retrieves the contents of a specific submitted file
-
Name Type Description generalDocumentIdnumber The unique identifier of the document
requestOptionsAppearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description object File stream -
Appearition.GeneralDocument.GetGeneralDocumentSyncManifest (request, requestOptions)Appearition.GeneralDocument.GeneralSyncManifestViewModel static
Retrieves a delta of modified General Documents on the server. The delta is determined from the view model sent in the request body Will return the Appearition.GeneralDocument.GeneralSyncManifestViewModel model
-
Name Type Description requestAppearition.GeneralDocument.GeneralSyncManifestViewModel Contains the identifiers for retrieving the required records
requestOptionsAppearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description Appearition.GeneralDocument.GeneralSyncManifestViewModel This is returned as part of the success callback function in the requestOptions param
Type Definitions
-
Represents a GeneralDocument document and all of the details
-
Properties:
Name Type Description DocumentIdnumber The unique identifier for the GeneralDocument Document
FormKeystring Unique identifies the Form
VersionNonumber Identifies the specific version of this document
DocumentNamestring The title given to the document. Note this will differ to the File Name
DateModifiedstring The date/time as UTC, that this document was last changed.
FileNamestring The name of the file
IsActiveboolean During the GeneralDocument sync process, if the client posted a document which is not longer available on the server, then this field will be set to false and the client should immediately remove the document from any local cache
-
This data structure holds the details of all General Documents synchronised from server to client
-
Properties:
Name Type Description GeneralDocsArray.<Appearition.GeneralDocument.GeneralDocSyncManifestViewModel> A collection of GeneralDocument document records