Skip to main content

ERUCES::TEAdminSecureFileExtension

#include <teadmin_secure_file_extension.h>

The TEAdminSecureFileExtension class is the administration class for secure file extensions.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
extensionA 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

ParameterDescription
extensionA 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

ParameterDescription
extensionA string to contain the list of file extensions.

Remark: Extension list is seperated by ';'