SetTemplateFacility method

Sets or clears the community-specific facility template file. This method copies the specified facility export (.erf) file to the eRoom File Server directory and renames it using the community name. Specifying an empty export file deletes the community-specific facility template.

Syntax


C++
HRESULT SetTemplateFacility(
   BSTR ExportFile)
Scripting languages
Object.SetTemplateFacility(
   ExportFile as String
)

Parameters


ExportFile

The full path to a facility export file.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUCommunity