Click or drag to resize
BizFormHelperGetFormTablePrefixInternal Method
Gets prefix for biz form table name. The prefix is a string in format Form_[siteName]_. The site name is sanitized via GetIdentifier(Object).

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetFormTablePrefixInternal(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name to derive the prefix from.

Return Value

Type: String
Returns prefix for biz form table name.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when siteName is null.
ArgumentExceptionThrown when siteName is an empty string.
See Also