Defined in file: hzDissemino.h
Pure base class for declared webapp entities that have a URL. This includes pages declared by an <xpage> tag, passive pages (.html files), images and other downloadable files, articles and article groups, form-handler response pages or articles.
Constructors/Detructors
| hdsResource* | hdsResource | (void) | |
| Default constructor | hdsResource() | Not specified in code. Default applies |
Public Methods:
| hdsRtype | Whatami | (void) |
Member Variables:
| uint32_t | m_HitCount | Hit counter | |
| uint32_t | m_RID | Resource id | |
| hzXDate | m_Stamp | Date and time of creation or last edit | |
| hzString | m_Title | Title of Servable Resource | |
| hzString | m_Url | URL of resource | |
| uint32_t | m_flagVE | Operational flags | |
| uint32_t | m_resAccess | Access flags |