Click or drag to resize
BizFormInfoIsFormAllowedForUser Method (String, String)
Indicates whether specified user is authorized for specified form.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public bool IsFormAllowedForUser(
	string userName,
	string siteName
)

Parameters

userName
Type: SystemString
User name
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also