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.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax protected virtual string GetFormTablePrefixInternal(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name to derive the prefix from.
Return Value
Type:
StringReturns prefix for biz form table name.
Exceptions See Also