Table of Contents

Interface IBizFormFilePathProvider

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Provides physical folder paths for BizForm files and temporary files.

public interface IBizFormFilePathProvider
Extension Methods

Methods

GetFilesFolderPath(string)

Returns BizForm files folder physical path.

string GetFilesFolderPath(string webFullPath = null)

Parameters

webFullPath string

Physical path to the root of the web project (e.g. c:\WebProject). If it is not specified the web application physical path is used.

Returns

string

Physical path to the BizForm files folder (with trailing slash).

GetTempFilesFolderPath(string)

Returns BizForm temporary files folder physical path.

string GetTempFilesFolderPath(string webFullPath = null)

Parameters

webFullPath string

Physical path to the root of the web project (e.g. c:\WebProject). If it is not specified the web application physical path is used.

Returns

string

Physical path to the BizForm temporary files folder.