Click or drag to resize
Askia

IPageTemplate Methods

The IPageTemplate type exposes the following members.

Methods
  NameDescription
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodIsDeleted
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.)
Public methodIsLoaded
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.)
Public methodLoadFromDirectory
Loads the template from a directory
Public methodLoadFromFileAndExtract
Loads the template from a file and extract its content to a directory
Public methodLoadFromMemoryAndExtract
Loads the template from memory and extracts its content to a directory
Public methodReload
Reloads the record
(Inherited from IRecordEntity.)
Public methodRenderForQuestion
Renders the template for a given question of a given survey interview
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Top
See Also