ERUCES::TEAdminSecureFileExtension
#include <teadmin_secure_file_extension.h>
The TEAdminSecureFileExtension class is the administration class for secure file extensions.
Inheritance
- Inherits ERUCES::TEAdminLocal
Public Member Functions
| Member | Description |
|---|---|
TEAdminSecureFileExtension() | The TEAdminSecureFileExtension constructor is the default class constructor. |
~TEAdminSecureFileExtension() | The TEAdminSecureFileExtension destructor is the class destructor. |
void addExtension(const _TESTD string &extension) | The addExtension method adds a secure file extension. |
void removeExtension(const _TESTD string &extension) | The removeExtension method removes a secure file extension. |
void getAllExtensions(_TESTD string &extension) | The getAllExtensions method retreives a list of secure file extensions. |
Member Function Documentation
TEAdminSecureFileExtension()
The TEAdminSecureFileExtension constructor is the default class constructor.
~TEAdminSecureFileExtension()
The TEAdminSecureFileExtension destructor is the class destructor.
void addExtension(const _TESTD string &extension)
The addExtension method adds a secure file extension.
Parameters
| Parameter | Description |
|---|---|
extension | A string representing the file extension. ie. doc, txt, xls, etc... |
void removeExtension(const _TESTD string &extension)
The removeExtension method removes a secure file extension.
Parameters
| Parameter | Description |
|---|---|
extension | A string representing the file extension. ie. doc, txt, xls, etc... |
void getAllExtensions(_TESTD string &extension)
The getAllExtensions method retreives a list of secure file extensions.
Parameters
| Parameter | Description |
|---|---|
extension | A string to contain the list of file extensions. |
Remark: Extension list is seperated by ';'