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, String).
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
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 Exception | Condition |
---|
ArgumentNullException | Thrown when siteName is null. |
ArgumentException | Thrown when siteName is an empty string. |
See Also